I would like to automatically add/delete requirement Yogi link with Jira issues using REST API. I have difficulty to retrieve all the necessary informations about a Yogi link from just its name.
For exemple I would like to do a GET with the yogi link key (example REQ-001) and have in return the applinkId.
I try this: rest/reqs/1/api but always return
{"greeting":"This is the correct URL, but you must POST to it...
Is there someone with some examples to help me please?
Thank you.
To use this rest/reqs/1/api, you must specify the url of the request parameter, like this <jira baseurl>/rest/reqs/1/api?url=<confluence baseurl>. The response will specify the applinkId.
The documentation specifies POST or DELETE method to add or delete requirement Yogi links in specified issue: <jira baseurl>/rest/reqs/1/issuelinks/<issueKey>
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.