Forums

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

Need to Auto Populate the Target Completion date Field based on Priorities

Venkata Sagar April 20, 2022

When Priority is set in the Bug ticket OR When Priority is modified to a new Priority Value, auto populate the "Target Completion Date" with a date based off the following time duration per Priority Level measured from the time of ticket creation:

For example, if a ticket is created on 8/20/21, and the Priority is set to P1 on 8/24/21, then the Target Completion Date should be auto populated to 9/24/21
Another example - if a ticket previously was a P1, then its priority is modified to P2, and its original Target Completion Date was 10/5/21, then the Target Completion Date needs to be auto-updated to 11/9/21

_thumb_820385.png

1 answer

0 votes
robert Mugabuhamye
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.
April 20, 2022

Hello @Venkata Sagar ,

You can easily do this using Automation for Jira.

You can create an automation with:

  • trigger = Field values change → field being priority
  • using if/else condition to switch through P0 to P3
    • action : edit field Target Completion date 
      • using the function plusweeks
      • something like {{created.pluweeks(3)}}

Regards

Suggest an answer

Log in or Sign up to answer