Time tracking

24 views
Skip to first unread message

Mayer, Jonathan

unread,
Jun 3, 2011, 4:10:02 AM6/3/11
to jira-extende...@googlegroups.com

Hiya Ath et al,

 

I was wondering whether there is any scope for extending this webservice to include getting and setting of time tracking estimates? It would be great if I could call a method and have it return the current (or original) estimate, and be able to update an issue by supplying a string in the same form as in Jira (ie “2d 4h”).

 

At the moment I can grab the information required from the database directly but it’s a more difficult (and dangerous) process to write back, so a SOAP interface would be ideal.

 

Any mileage in the idea?

 

Cheers!

Jon.

 

Ath

unread,
Jun 3, 2011, 8:33:36 AM6/3/11
to jira-extended-webservice
Well,

Closest to this would be getting WorkLogs, I presume.
I've been working on a project in VB.NET (work assignment, not my
idea) to get all worklogs for a specific day, but that's failing
because the WorkLog returned from the SOAP service are converted into
rubbish (crashing) when .NET tries to decode it. This seems to be an
error in the AXIS/WCF process, I can't get that to work correctly, and
there's no patch (yet) available.
I'm no expert in the internals of Jira, but it would surely be my last
choice to grab data directly from the database, the table structure is
candidate for change in any next release. I've had enough trouble with
that, just with adding a specific trigger in the notification system,
even without directly accessing the DB :(

If you have code to get at this info, I could add it to the Extended
Soap service, after some testing ofcourse.

HTH
Ath

Mayer, Jonathan

unread,
Jun 7, 2011, 9:57:33 AM6/7/11
to jira-extende...@googlegroups.com
Thanks Ath,

For now I'm just getting along with grabbing the info from the database (it's stored in seconds so it's quite easy to work with) and not doing any editing. Seems a shame that this isn't built into the native SOAP service but I'll explore the workaround options :)

Take care,
Jon.

Well,

HTH
Ath

--
You received this message because you are subscribed to the Google Groups "jira-extended-webservice" group.
To post to this group, send email to jira-extende...@googlegroups.com.
To unsubscribe from this group, send email to jira-extended-webs...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jira-extended-webservice?hl=en.


Reply all
Reply to author
Forward
0 new messages