This is follow-up question to a previously asked question: How-to-add-populate-and-sync-a-custom-field-to-a-running-project
We use JIRA Software Server 7.10.0
A customer decided they wanted a STATE_DATE field that would be filled in when we did our CSV import. STATE DATE showed the date a STATUS field was last set in the MS Access database.
We added STATE DATE to Production and a week later got an email from the Customer saying they changed a workflow STATUS setting but STATE DATE did not update. I already knew this and figured they could just update STATE DATE when they did a workflow state change.
Is there anyway to update a custom date field automatically when a workflow status is changed?
I've looked at Post Functions, Triggers, Plugins, creating my own plugin and even thought about conscripting the Due Date field and filling it with state date data in the false hope that something somewhere would allow me to update Due Date as needed.
Any help will be very much appreciated. "Nope, you can't do it," is an acceptable answer.
Jim
Hello,
You could use the Power Scripts add-on:
You could add a post function like this:
#{STATE DATE} = currentDate();
You can find more info about post functions here:
https://confluence.cprime.io/display/JJUPIN/Customizing+workflows
Hi Alex,
Where I work, getting a plugin takes at minimum of 6 months. I'll definitely read
https://confluence.cprime.io/display/JJUPIN/Customizing+workflows
and try
#{STATE DATE} = currentDate();
Though I had hoped there might be a non-plugin solution.
Thank you for your help.
Jim
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.