Our team is utilizing Jira Cloud - and we have a straight forward process of Estimating all of our work and setting it to "To Do" to grab as we go. I want to be able to automate the Due Date field so that when our devs transition the issue to "In Progress", and if the due date is empty, set the Due Date to when it's transitioned (now) to (now + Original Estimate).
The automation rule in Jira is easy for setting up the conditions, but the action for adding the Original estimate is where I'm blocked.
From this documentation: https://support.atlassian.com/jira-software-cloud/docs/smart-values-date-and-time-functions/ I can only find syntax for {{now.plus[insertknownquantity]}}
How do I get that [insertknownquantity] to not be a fixed time, but instead pull from the Original Estimate field?
Hello,
It is possible to do so by using a post-function from a third-party plugin to run a scripted post-function to add the comment. These are the steps needed to use this:
I hope this helps!
Best regards,
Matheus Fernandes
Hey matheus,
It something similar also possible for JIRA OnDemand users ?
We are looking forward to do the same - add a coment to the parent issue on sub-task resolve - but the "copy field value to parent issue" post funtion is not able to copy a comment so we started to look for a "workaround" but this is the only one I found so far - and installing scripts and adding files does not sound to mu ch of a solid answer for OnDemand users.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I do not know if this is possible in OnDemand due to the restrictions in the platform as you mentioned. My suggestion would be to transform your comment here in a question here in Answers, so that anyone else would be able to see.
Jelly scripts could possibly do that I think, but again I'm not sure if it works in OnDemand.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.