Forums

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

Automatic date field set based on another date field - how to?

TamasS September 7, 2018

Hi Everyone,

we'd need an automation which sets a date field based on another manually given date field.

More specifically:

We add a Start Date manually and then the Planned Delivery Date field will be set as Start Date + 30 days.

Is there a post function or anything else that makes is possible?

Thanks in advance!

 

1 answer

0 votes
Krisztian Kovacs
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.
September 7, 2018

Hi @TamasS,

that sounds like a Scriprunner script to me:

  1. Take date from one field
  2. Override another field

This might be helpful, but it's not a post function: https://community.atlassian.com/t5/Jira-Core-questions/add-days-to-date-by-behaviour-or-script-runner/qaq-p/309560

Using behaviour would result in less of a strain on the system as when the issue is created/edited Jira would handle custom field data anyways, post functions add more to that.

Let me know if this is somewhat helpful. There are other examples out there using post-functions.

Suggest an answer

Log in or Sign up to answer