Forums

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

How to automate text to automatically appear in the description box of a new Jira version

Tobias Viklund
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!
August 20, 2025

I'm trying to automate a bunch of text to appear in the description field of a new version in Jira, as soon as it's created. It's to basically have a template set up of all information that we feel are needed for a release page, like:

Version no.

Write version number here.

Build ID

Write build ID here.

 

And so on. Is this possible to automate in any way?

3 answers

5 votes
Trudy Claspill
Community Champion
August 20, 2025

Hello @Tobias Viklund 

Welcome to the Atlassian community.

If I understand correctly you want to use Automation to edit the information in a Version when the Version is created. You are not trying to edit a work item. Is that correct?

If so, Automation doesn't have an action for editing the Version itself. It has actions only for Versions only to do the following:

Create

Release

Unrelease

It does have a Trigger for Version Created. You would then need to use the Send Web Request action to call the Jira REST API to edit the version.

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-versions/#api-rest-api-3-version-id-put

0 votes
Rick Westbrock
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 25, 2025

Since there is no action to edit a Version the automation rule could create a new Version with the required text so the user would trigger the automation rule instead of manually creating the Version the normal way.

The automation rule's manual trigger could even have required user input fields for Version no. and Build ID so that when it creates the new Version it can include the values entered by the user.

The down side to this design is that users could still manually create a Version instead of triggering the automation rule so you might need a separate automation rule triggered on Version create to check if the version's description is missing either of the strings.

0 votes
Adonis ElFakih August 20, 2025

Yes that is possible.

 

Create an automation.

Trigger: On Create
Then: Edit issue

  • Select the description field
  • Enter the text that you want to pre-populate

The automation will add the text into description field everytime a new item is created.

If you want to learn tricks on how to add variables to the description, update it after it is created, etc.. check Atlassian Jira Automation Unleashed | Udemy that covers all of these topics and more

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events