Hi there,
We would like to do following.
1. create a date type custom field.
2. when you create a issue, the value for that custom field is automatically set to 5 days after issue created date.
Is it possible to achieve the above purpose? We can consider buying commercial plugin if necessary.
Regards,
Daisuke Niwa
Community moderators have prevented the ability to post new answers.
One possible solution is to write a groovy post function which will update the value of the customfield to created + 5D .You will need script runner plugin for this .
Also refer this question
Use script runner and populate the field based on the created date value.
https://answers.atlassian.com/questions/121708/auto-inserting-a-duedate-using-the-behaviours-plugin
https://answers.atlassian.com/questions/123874/jira-time-tracking-setting (for some code)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.