Hi,
I have used JIRA Rest Java client core and api jars in my java project to extract issue detail from JIRA.
Now i want to extract timesheet per user from JIRA using "Timesheet and Reports Gadgets". It is working fine as i check URL :
"https://host/rest/timesheet-gadget/1.0/raw-timesheet.json?jql=startDate=13/Mar/2014&endDate=20/Mar/2014&targetUser=xxxxxx"It works good from the browser. the problem is in consuming this service in my application.
Is there any client available for this or do i need to write the client using end point url "rest/timesheet-gadget/1.0/raw-timesheet.json" .
I am pretty sure that there is no client to do this. You'll have to write your own client.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.