How to add automatically add due date based on issue created date in JIRA structure?

Selva February 23, 2020

I want to add a column that takes empty due date and automatically adds 120 days based on the issue created date and populates the column in JIRA structure

1 answer

0 votes
Nicholas Ellis _ALM Works_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
February 25, 2020

Hi Selva,

You should be able to do this with a simple formula column:

DATE_ADD(created, 120, "days")

If you have a due_date field and you want to use that as a condition you could do so like this:

due_date or DATE_ADD(created, 120, "days")

Please let me know if you have any more questions.

(Thank you for using Structure).

Nick Ellis

[ALM Works]

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events