简体   繁体   中英

Download the JIRA Timesheet using jira rest api

let me explain you what i have done. My req is to download all the jira issues and jira time sheet. I am done with downloading the jira issues using JIRA rest api url ( https://jira.atlassian.com/rest/api/latest/search?jql=project=JRA ) and for this i have created a console application which has rest client class using which I make a GET request call and for testing purpose rest api url is

" https://jira.atlassian.com/rest/api/latest/search?jql=project=JRA "

using this url i make a HttpWebRequest and get the response back in json formated string. if i am not wrong then i have to do the same thing for downloading jira timesheet in json formated string but i didn't fin the correct API url for this to get the json formated string. Could you please help me in this?

Thank you, Sagar Patil

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM