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>
Show up and give back by attending an Atlassian Community Event: we’ll donate $10 for every event attendee in March!
Join an Atlassian Community Event!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.