Forums

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

Set Date based on another number field via automation in Jira

Harsh
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.
February 27, 2024

Hi All,

I would like to know if it is possible to set date based on the value of another numeric field via Automation. I remember I have read some where it is possible but can't find the thread. Can some one help me with this. I want the following:

Start Date (Date field), Due date (Date Field), Planned Days (numeric field)

I want to populate Due date = Start Date + Planned Days, via automation.

Is this possible.

Thanks is advance!

 

1 answer

1 accepted

1 vote
Answer accepted
Harsh
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.
February 27, 2024

Found it. 

For others to figure it out.

Use the smart value - {{issue.customfield_123.plusDays(issue.customfield_456)}}

Where customfield_123 is START DATE and customfield_456 is Planned Days

Thank you :)

Suggest an answer

Log in or Sign up to answer