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).
I have tried to enter javascript into the description field of the custom datepicker but it just disappears and does nothing...any suggestions?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
could you explain in more detail?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have a field called Copy deadline (date picker custom field) which is 7 days earlier than the Due date. I would like this to be automatically updated when the due date is changed. The suggestion above looks like it is just duplicating the field. I got someone to test putting javascript into the description field but nothing happened, although I wouldn't know what the code to input would be.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
in that case you can write event listener which listens for ISSUE_UPDATED event.
In the listener, you can mention that Copy deadline should be updated based on the updated value of Due date field.
If it is fine for you, you can go through
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do want this changes on create/edit or on screen?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use Script runner Plugin
see also this question:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, this will not work in JIRA OnDemand.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.