It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I'm creating a new issue using the "Create issue" action in Automation for JIRA and would like to use the new issue key in a SLACK notification. Is this possible?
The "Create Issue" action adds a new object to the inputs for subsequent actions, so it's possible to access this using smart-values.
The new issue with all its field is available via the {{createdIssue
}} smart value. If you are creating multiple issues, then there's also an {{createdIssues
}} array that you can iterate over (createdIssue will simply be the first one).
So for example here's what your Slack notification body would look like:
New issue created with key {{createdIssue.key}}. Here's a link: <https://codebarrel.atlassian.net/browse/{{createdIssue.key}}|{{createdIssue.key}}>
See our full list of components to see which ones support smart-values and in what fields.
It started as any story starts, on a normal, rainy day. Admin meets App, and her name was Klok2, and like any first relationship we were both trying to make it work but neither one knew what...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.