Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to link a Confluence page with multiple Jira issues in one step?

Denis
Contributor
October 21, 2021

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? 

1 answer

1 accepted

0 votes
Answer accepted
Avinash Bhagawati {Appfire}
Community Champion
October 22, 2021

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

Denis
Contributor
October 22, 2021

Hi @Avinash Bhagawati {Appfire} 

Thank you for your response. I will give it a try.

Avinash Bhagawati {Appfire}
Community Champion
October 22, 2021

Sure @Denis Please let me know how it goes.

Thanks,
Avinash

Suggest an answer

Log in or Sign up to answer