Hi all!
I have set-up an automation that does this:
When a new Story is created
A comment is automatically added nudging the reader to a confluence link that contains our programme's helpful guide on what makes a Sprint Ready Story.
Is it possible to make this a little more sophisticated so that the above comment includes an '@' to the person who reported the Story?
Thanks in advance - loving this forum!
HI, @Adam Taylor
Edit the Existing Automation Rule:
Go to your Jira project.
Click on "Project Settings" (gear icon) and navigate to "Automation."
Find the existing automation rule that you've set up for when a new story is created.
Modify the Comment Action:
Edit the action that adds a comment when a new story is created.
Modify the comment text to include the '@' mention to the reporter.
Example Comment Text:
Hi @{issue.reporter.displayName}, thanks for creating this Story! Please check our [programme's helpful guide](Confluence link) on what makes a Sprint Ready Story.
Replace Confluence link with the actual link to your Confluence page.
Testing:
After saving the changes, create a new story in your Jira project to test the automation rule.
Confirm that the comment is added with the '@' mention to the reporter.
Adjustments:
Depending on your Jira version and configuration, the syntax for mentioning users might vary. The above example assumes the use of @{issue.reporter.displayName}
Thanks @Megha Rajanna but that didn't work for me - the '@{issue.reporter.displayName}' just appeared exactly like that in the comment - i.e. Jira Cloud didn't read and execute it but instead treated is a bit of regular text string.
UPDATE - I changed the curly braces to double curly braces and it {{worked}}! Thanks :)
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.