Hi
I am currently working with the JIRA rest api and found that I would also be requiring greenhopper rest API for fetching quite a data from JIRA. After searching a lot, still was not able to find out the api documentation for Greenhopper. Can anyone share the greenhopper documentation link as soon as possible?
Regards
Lalit Verma
Greenhopper (now JIRA Agile) REST API docs are not publicly available. You can use the REST API browser to dig into the private APIs.
Or use the developer tools in the browser to get the details!
Thanks for reply,
Do you have any idea regarding how can we fetch and add details to custom fields in JIRA. I have created an custom field (e.g: testcase folder) in JIRA and want to fetch its value using JIRA Rest API?
Thanks
Lalit Verma
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use GET on issue to fetch the field values and PUT to update.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.