Forums

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

How to create a field that calculates the age of an idea

Alfred Tsang
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!
September 12, 2025

I want to create a numeric field, which has the age of the idea in days, calculated from the created date to today

 

1 answer

1 accepted

3 votes
Answer accepted
Jack Brickey
Community Champion
September 12, 2025

Hi @Alfred Tsang , welcome to the Community.

you can create a custom field (number) and use the following to calculate age and update the field.

 {{issue.created.diff(now).days}}

The rule would look like this....

  • Trigger - scheduled daily
  • Conditions - based on your needs to update the desired issues
  • Action - edit issue and set your custom field using the above smart value.

An alternative is to simply use a smart value to increment the number in the field. Check the docs for syntax if desired.

Jens Schumacher - Released_so
Community Champion
September 12, 2025

It's worth noting that @Jack Brickey's suggestion refers to using Jira Automation to periodically update the field.

 

Alfred Tsang
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!
September 15, 2025

That's done it, thanks!

Support gave me the same resolution with the added detail of using a JQL to filter the ideas first.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events