I am very new to Jira and have no coding experience. I have two custom datepicker fields which I would like to automatically change depending on the due date field. One would be a week before the due date and one would be two weeks before. Is it possible to do this?
Thanks
Hannah
#1 For transition screens you have option to take JSU plugin (https://marketplace.atlassian.com/plugins/com.googlecode.jira-suite-utilities)
Go through https://jsutil.atlassian.net/wiki/display/JSUTIL/JIRA+Suite+Utilities+Workflow+Post-Functions
the following images help you.
#2 For Editing issues, you need to go for coding(i.e Listener to catch ISSUE_UPDATED event) or else you need to hack the core code of jira or else you need to tweak your code into jira plugin(quick-edit-plugin).
You can use Script runner Plugin
see also this question:
https://answers.atlassian.com/questions/98094/groovy-post-function-on-create-transition-can-t-set-date-custom-field-value
Sorry, this will not work in JIRA OnDemand.
Do want this changes on create/edit or on screen?
At the moment I am project lead and am manually entering the dates after the issues have been created and then going back to change them if the due date is edited. The date pickers shoudler be visible in all screens I think. I'm not sure if I answered your question.
I have tried to enter javascript into the description field of the custom datepicker but it just disappears and does nothing...any suggestions?
If I want the the field I am copying to to show a different value to the due date, such as -& days, how would I go about this?
could you explain in more detail?
It looks like you're new here. Sign in or register to get started.