I want to change parent's issue status when move transition in Sub-task?
How can I perform this? Please let me know any info.
Hi,
I am working on a similar issue and we aren't using the plugin. Is there a way to do it using the groovy script post function?
Thank you.
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.
When transition (e.g. from status "Open" to "In Progress) happens in Sub-task, I want to change
parent's issue status to any status. JIRA Server, not JIRA Cloud. "Transition Parent Issue" can help
me. Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you have more specific questions please ask.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I am using same work flow for both parent Task and sub-task and tried to use the above said post function (i,e "Transition Parent Issue") when the issue state transitions from "In Progress to Done" state as below.
Update parameters of the Transition parent issue Function for this transition. | |
Transition: | Type the name or ID of the transition to trigger on the parent issue. |
And I started transitioning the sub-task state from To Do to In Progress and then in-turn transitioned to "Done" state. But parent task is in To Do State only even after moving the sub-task status from In Progress to Done state.
I am not sure why it's not moving parent task status from To Do to Done.
whether there is any issue in using/sharing the same workflow for both parent and sub-tasks for a specific Issue Type?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
manju, check the value on Resolution field for both sub-task and the parent issue. If any of your sub task is not resolved or done, parent issue is not done either.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What would you recommend for JIRA Cloud users? The JIRA Misc Workflow add on will no longer be available after 7/31/2016.
I have 2 separate WFs - 1 for subtasks; 1 for stories - that are pretty similar (to do -> in prog -> done). I need the parent issue to transition to it's subtasks' corresponding status when the subtask is transitioned. I do not have a 'transition parent' post function anymore, or anything that corresponds to this type of function.
Any advice?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jamie Roberts please check out this link – https://confluence.atlassian.com/jirakb/jira-miscellaneous-workflow-extensions-jmwe-removal-from-jira-cloud-815262011.html
It details the removal of JMWE. Specifically, David Fischer is creating most of the Post-Functions in his previous add-on in a new, Connect-compatible add-on.
We are doing everything we can to mitigate the final impact to customers:
- Atlassian will re-implement several of the most popular conditions and validators as native JIRA functionality. We plan to provide a seamless automatic migration where possible.
- The developer of the original JMWE add-on will provide a new add-on that offers many of the same post-functions. You will be able to install this add-on on your instance and migrate to the replacement post-functions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Alternatively you could extend Connect Post-functions OR REST API scripting OR Webhooks/REST API scripting to accomplish this yourself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok thank you!! Is the Connect-compatible add on a subscription one, or free?
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. You may consider reaching out to David Fischer from Innovalog. He can answer and he is very fast.
Personally, I would imagine it will be paid.
The old Misc Workflow Extensions is not free... It hasn't been free for JIRA Standalone customers, but it has been included in JIRA Cloud subscriptions because nothing added functionality like it. I suppose it was just deemed necessary in the past.
Now that Atlassian is (finally) implementing the majority of the functions themselves, they can remove the 'free but not free' add-on from JIRA. Unfortunately, they are not implementing the Transition Parent function themselves .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Paying for JMWE only to use it for "Transition Parent" (which I frankly feel is something missing in JIRA) is a total rip-off.
Is there any other way of accomplishing the same thing without JMWE?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, that's neither here nor there. Obviously if you buy an add-on for a single function, you might feel like you're not a good deal. Furthermore, JIRA being so flexible, is hounded constantly by "what people feel like should be included." JIRA is appealing because it can easily model a variety of business processes but that doesn't mean it caters to all of these business processes.
Your options are to check out one of the dozen or so scripting add-ons or to write a post-function yourself. Some of these approaches are free but JIRA is pretty extendable regardless. You do need to know a thing or two to implement though.
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.