Hello, Automation gurus:
I'm looking for a way to populate the "Confluence Content" and "Web Links" section of the Jira issue when a URL is found in the created/edited description or in the created/edited comment. Of course, existing links would not be duplicated.
I can Identify web links easily, and confluence content looks something like:
{{issue.description.match("(https://.*\.atlassian\.net/wiki/.*)")}}
I'm sure it's something simple that I'm overlooking. Then again, even the AI Rule builder tries to create a linked issue to the URL ... which is close but ... not quite.
Note: I recognizing this probably becomes two separate automations (one for web general links and one particularly for confluence). However, for simplicity I'm only posting it here as one consolidated question.
Any help or direction you can provide would be much appreciated.
Hi @Josh Barron ,
Unfortunately there is no direct action to perform the action you need.
Although you can use the Web Request action to fulfill the requirement. You can hit this API https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-remote-links/#api-rest-api-3-issue-issueidorkey-remotelink-post, do keep in mind to check the "Delay execution of subsequent rule actions until we've received a response for this web request" else you may proceed to the next step while the previous one wasn't complete.
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.