In the ASSETS Object Schema REST API Document (Assets Object Schema REST API ) there is no details information about
workspaceId, globalId and canManage in JIRA Assets object schema REST API. If any one knows about this could let me know.
Regards,
Ravi Prasad.
Hi Ravi,
Thanks for reaching out to community.
Below is the information that you are looking for -
Updating a Remote Link by global IDWhen you create a link, you can optionally supply globalId
– an identifier that uniquely identifies the remote application and the remote object within the remote system. This globally unique identifier can be used to update or delete existing links on an issue.
POST http://localhost:8090/jira/rest/api/latest/issue/TST-1/remotelink { "globalId": "system=http://www.mycompany.com/support&id=1", "object": { "url":"http://www.mycompany.com/support?id=1", "title":"customer support issue (RESOLVED)" } }
I hope the information provided is helpful. If you have any questions, please feel free to ask.
Regards,
Anusha A
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.