Forums

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

How to get latestReleasedVersion in Jira Automation Rule

Nitin Singh
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 17, 2022

Hi All,

I have this requirement where I need to use the latestReleasedVersion in JIRA's Send Web Request automation action. So that respective action is able to forward the latestReleasedVersion value to the called API.

 

1 answer

1 accepted

1 vote
Answer accepted
Mark Segall
Community Champion
February 17, 2022

Hi @Nitin Singh and welcome to the community!  I would handle this with an automation rule leveraging the Version Released Trigger.  From there you can pick your action of choice to send {{version.name}} where you need it:

  • Send Web Request action to push the data directly to the desired API at the time the version is released
  • Set Entity Property action on the project that your end point can pull when it is ready for it.
Nitin Singh
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 17, 2022

Hi @Mark Segall , thank you responding to my query. It's been helpful. I was trying to test the {{version.name}} value using issue run and it was giving me the whole list of versions. But i think it's better to run with Version Released Trigger. So that intended value can be accessed.

Thanks a lot for your input. 

Like Mark Segall likes this

Suggest an answer

Log in or Sign up to answer