It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
How can I include the Issue Type in the payload for a Slack message that is created by Automation for JIRA?
Here's the payload that I'm using:
Hi name, {{issue.fields.issuetype}} <https://atlassian.net/browse/{{issue.key}}|{{issue.key}}> has been created with Priority of {{issue.fields.priority.name}}.
{{reporter.displayName}} created <https://.atlassian.net/browse/{{issue.key}}|{{issue.fields.summary}}>
Issue Description:
```{{issue.fields.description}}```
Thank you!
Hi Drew,
You need to access the 'name' attribute like this:
{{issue.fields.issuetype.name}}
For more information please see https://codebarrel.atlassian.net/wiki/spaces/AUTO4J/pages/27656216/Smart+Fields
Cheers,
Andreas
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.