Hello,
I'm struggling with adding a Jira ticket as a 'relatedwork' items to a Project version via the API. I want the related work to show up as a linked Jira so it shows the assignee and status in the version page.
I'm following the API v3 documentation
I've tried specifying a valid 'issueId' in the payload I am sending to the API, the response echoes the 'issueId':
But when I GET all the relatedwork items for the version, this 'issueId' value is not returned and the relatedwork just shows up as a link with options to create or link an issue (but I want that to be automatically linked):
Is this a known limitation or a bug? I noticed in the docs it says "You can only create a generic link type of related works via this API." Is this the limitation? If so this text could prob be made clearer?
Also in the 'child properties' of the documentation for this endpoint it says that 'issueId' is the title of the related work. This is wrong I think?
Thanks in advance for any help...
Chris
I'm having the exact same problem. Any updates?
In the end I abandoned trying to add the `issueId` value and just retrieved it from the "url"
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.