Our Agents have the ability to link Confluence page(s) to an issue.
I'm looking for a way to detect and report on this.
I see links to other Jira issues are available as custom fields and in the json of an issue. However I can't see the confluence links, or seen anyway to be able to get these via automation or api.
Anyone had any ideas on this ?
as far as I see there are no events to be used in Automation or Webhooks to check when a link to a Confluence page is added to a Jira issue.
The only thing I found that can be helpful is the API endpoint to get the list of remote links for a specific issue:
https://<site>.atlassian.net/rest/api/3/issue/<Issue Key>/remotelink
I think the only way is to implement a scheduled job that goes through all the issues to check the Confluence links.
I hope this helps
Thanks Giovanni,
This should help for sure.
I can pull this as part of automation
Thank you
Rob
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.