Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

[Done] What is the smart value for story point estimate in Automation for Jira?

Lucca Padoin Custódio April 18, 2020

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.]

2 answers

1 accepted

1 vote
Answer accepted
Lucca Padoin Custódio April 19, 2020

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.]

0 votes
Jack Brickey
Community Champion
April 19, 2020

Hi @Lucca Padoin Custódio , just copy and paste you text in as an Answer and I can accept on your behalf

Lucca Padoin Custódio April 19, 2020

Done, thank you!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events