Trying to set up a workflow so that as it transitions between two statuses it automatically updates the tasks due date. Is this possible without script runner?
One possible workaround to do this in JIRA Cloud:
Information on the Update Issue Custom Field post-function is here, which is where I found to use %%CURRENT_DATETIME%% to set current date. Not sure how flexible it will be regarding setting fixed dates or doing calculations. Probably needs a bit of experimentation to see what is possible: https://jsutil.atlassian.net/wiki/display/JSUTIL/JIRA+Suite+Utilities+Workflow+Post-Functions#JIRASuiteUtilitiesWorkflowPost-Functions-UpdateIssueCustomFieldPost-Function
Hope this is useful.
Sam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
do you have the "Copy a parsed text to a field" post function. Not sure if it is standard or from an AddOn.
With that you can change the due date within the transition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think the "Copy a parsed text to a field" post function comes from the JIRA Workflow Toolbox add-on, which is server only sadly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah i think either developing my own add-in, or going down the scriptrunner route is the only option. Oh well...
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.