Task with date of delivery.
We want task transition to another status task and add a comment to task.
Condition: date of delivery (task) = today
Is this posible?
Thanks.
Best regards
Hi José,
I'm from Code Barrel and we make Automation for JIRA.
So you can certainly achieve what you're trying to do with Automation for JIRA.
Your rule would have to look something like this:
"date of delivery (task)" > startOfDay() and "date of delivery (task)" <= endOfDay()(this JQL may depend a bit on your field and requirements - you can test it in the issue navigator first)
Hope this helps!
Cheers,
Andreas
Hi José,
In older versions of JIRA (6.3 or less) you could achieve this using Jelly scripts but unfortunately/luckily this feature does not exist anymore.
We do however use the Free Automation Lite for JIRA plugin which is built by Atlassian (and soon taken over by CodeBarrel). And this works well in many cases. You should take a look.
Hope this helps.
Best,
Maarten
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Maarten,
Just to let you know: We (Code Barrel) are actually taking over the free Automation Lite for JIRA plugin. We'll soon release an up date, that will switch it over to our new code base and UX.
The lite version will remain free as it is today.
For more details see our blog: https://blog.codebarrel.io/welcoming-jira-automation-into-the-code-barrel-family-of-add-ons-385553a7f9d3
Cheers,
Andreas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Andreas,
That's certainly good to know.
So we can scratch the "not supported" part from my answer :-)
Best,
Maarten
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.