I'd like to ensure that, when a user adds a link to a jira ticket in a comment, that link is automatically added to the Linked Issues section.
Can I do this via an automation or a prompt reminding the person to add it in the linked issues section?
Hi @[deleted] ,
If you go to Project Settings-> Automation, you can set up this rule, as you can see in this screenshot. If you click on the box and enable the automation rule, the links wilol be created automatically:
I just tried and worked fine for me:
Screenshot that shows the automated rule to link the issue (I added an extra step to add a comment to confirm that the link was created):
And screenshot showing the link and the comments:
Thank you @Carlos Garcia Navarro this looks great!
If I understand, your automation would take the entire comment body and turn that into the link. If there are more words in the comment, I'd need to edit the regex to find the link only? And if there are multiple links on one comment I wouldn't be able to use this method?
The regex in the default rule takes care of filtering the other text out. If there are other links, it should detect and add them all to the 'linked issues' section 9I just tried and it worked as expected)
@Carlos Garcia Navarro thanks - I was all set to go, but I'm not getting the option under link issues to extract from the comment body. I have trigger issue or recently created issue only. How did you achieve it?
Hmm... You should be able to copy this in the box:
{{comment.body}} contains regex [A-Z]+-\d+
Doesn't it work?
I really look forward to have this functionality Would be great help!
It looks like you're new here. Sign in or register to get started.