Hi!
I'm creating a rule in Automation for Jira to send a message in Slack with the details of an issue whenever it is moved to Code Review.
However, there is one field that I want to add as a smart value in my text, but I'm not sure how to define it.
I have tried a lot of options, e.g.:
{{issue.CustomField.storypointEstimate}}
{{issue.CustomField.storypointField}}
{{issue.storypointEstimate}}
{{issue.storypoint}}
and others.
Does anyone know what is the smart value to be used for the Story Point Estimate field? I'm working on a next-gen project.
---
Answer:
I used Jira API to search information for an issue that had my customfields defined and saw what were their names. The custom values were exactly what the API responded.
GET {{host}}/rest/api/3/issue/{issueKey}
[It seems Jira still doesn't allow a community member to delete his question, that's why I updated the post with the resolution.]
I used Jira API to search information for an issue that had my customfields defined and saw what were their names. The custom values were exactly what the API responded.
GET {{host}}/rest/api/3/issue/{issueKey}
[It seems Jira still doesn't allow a community member to delete his question, that's why I updated the post with the resolution.]
Hi @Lucca Padoin Custódio , just copy and paste you text in as an Answer and I can accept on your behalf
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.