Hi,
linking a Confluence page to one Jira issue is a great function. But is it possible to link a Confluence page to multiple Jira issues in one step?
For example, I want to link a Confluence page to an epic and all its subordinated issues in one step. Each of the issues should have the same link to this Confluence page.
Can anybody help, if this is possible or if there's a solution?
Hi @Denis ,
With help of Jira CLI app ( https://marketplace.atlassian.com/apps/6398/jira-command-line-interface-cli?tab=overview&hosting=server) you will be able to achieve your requirement.
--action runFromIssueList --jql "key = JC-3 OR \"Epic Link\" = JC-3" --common "--action addRemoteLink --issue @issue@ --url "confluence_page_url" --name "confluence-epic-page"" --continue
Note that in above action, replace JC-3 with epic issue key and add the specific page url with link name.
Thanks,
Avinash
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.
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.