Bobswift (Run CLI in JIRA): Link a JIRA issue to a confluence page (after page creation)
I am creating a new page in Confluence (from JIRA using Run CLI in JIRA addon). How do I provide a link in JIRA to connect to the confluence page? (I am looking to do a 1-way link from JIRA to Confluence)
--action copyPage --id 12345678 --newTitle "Page for %original_key%" --parent "98765432" --server http://confluence-test:8090/ --user jira_confluence --password abcdef123456
Do I use "–findReplace" at the end? (I have not been able to use this successfully). Pls help.
An example would be:
--findReplace ##ISSUE_KEY##:%original_key%
Regarding linking from JIRA to Confluence, suggest adding another action to your script after the copyPage that does an addRemoteLink action.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@bobswift..
I tried this but could not get it to work. I tried to break confluence page creation and issue linking into 2 different actions. the page creation works but not the "addRemoteLink". Please review and let me know wha tI am missing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bob Swift [Bob Swift Atlassian Add-ons].. this one is for you...
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.