need to find out all the jira align rest api that are available ,kindly direct in the proper direction. if anyone has link to the doc pls mention
If you're leveraging Jira Align API 1.0, add the following to the end of your Jira Align url: "/api-docs/public/" (e.g. test.jiraalign.com/api-docs/public/)
If you're leveraging Jira Align API 2.0, check out this page for how to access the material: https://help.jiraalign.com/hc/en-us/articles/360045371954-Getting-started-with-the-REST-API-2-0
If you're not sure which API you're using, try access the API 2.0 material first...if you're unable to do so that will mean API 2.0 is not enabled in your instance (if you'd like it enabled, submit a support ticket and the Jira Align Production Support Team can assist you).
what is the difference between api 1.0 and 2.0 , also where can I get API 2.0 material, like how can I get list of all the API for objects that are there in jira align API documentation?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
API 2.0 simply has more objects available to access compared to API 1.0 (primarily, you have access to GET/PUT/POST objects like Epics, Features, Objectives, etc.).
To get a list of all the API calls, follow the instructions above and you'll be brought to pages in your Jira Align instance listing all the API calls. For API 2.0, you can also see the help article linked above as it'll list out all the calls API 2.0 can make.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you please again attach the help link where as you are mentioning list of all API 2.0 calls are given ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here you go: https://help.jiraalign.com/hc/en-us/articles/360045371954-Getting-started-with-the-REST-API-2-0
Once API 2.0 is enabled in your instance (you'll need to submit a support ticket to do this), add the following to the end of your Jira Align URL: /rest/align/api/docs/index.html (e.g. test.jiraalign.com/rest/align/api/docs/index.html)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.