Hey all,
I am looking for a way to close all sub-tasks when the parent closes. I came across the Post Function here but I'm afraid it's not working for me.
We are on JIRA 5.0.2 with Script Runner 2.0.7
Any ideas?
"not working for me", it doesn't help us to help you!!
what is the error message you are getting on log file ?
This is the error: javax.script.ScriptException: groovy.lang.MissingPropertyException: No such property: transientVars for class: Script4
Found a ticket on GRV [GRV-125] and tried Jamie's comment: I have no idea. Just for a test replace the line
String currentUser = ((WorkflowContext) transientVars.get("context")).getCaller();
with
String currentUser = ComponentManager.getInstance().getUserUtil().getUser("admin").getName()
In that string change admin to a user that has permission to do the transition.
Then I get this error: javax.script.ScriptException: groovy.lang.MissingPropertyException: No such property: issue for class: Script23
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's now a very easy to configure way to transition parents and sub-tasks in sync using Automation for JIRA!
You can easily modify related issues (such as parents, stories, sub-tasks, epics, linked issues and even JQL) using our related issues action and condition:
(this example transitions sub-tasks to "In Progress", but you could easily change this to "Closed" as well)
For more details see https://blog.codebarrel.io/synchronize-parent-and-sub-task-issues-with-automation-for-jira-bdcca6c9d453
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I'm using the same code from the example above (here) for default workflow (just testing ;) ) and instead of closed sub-tasks I've got sth like this:
groovy.lang.MissingPropertyException: No such property: a for class: Script2
I must admit that I am not best in 'grooving'- could anyone help me? I would really appreciate.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try to place the script at the end of the postfunctions list and tell us if this change anything.
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.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.