Our workflow is not that complex, but have states like "code review" and "In QA". When It fails one of these to the issue move back to "In progress"
What I want to do is the following:
1)When a "code review" or "In QA" fails fails, i want to assign it to the last person that worked on it. (this should happen automaticly)
2)I want to build a filter to check how many story and sub-tasks failed "code review" and "QA".
Hi,
for 1) you need to copy (as postfunction) the assignee in to a new customfield (old User) in the transition to "code Review and "In QA". If you go back to in Progress copy "old User" into assignee.
for 2) status changed to "In Progess" FROM "code review" or status changed to "In Progess" FROM "In QA"
Cheers,
Udo
numer 1 wil work perfectly. But number 2: I need to see at the end of a sprint what subtasks when through the transistion. So at the end of the sprint al the tickets have a state of "close" but I still want to see which ones were "Code review" failed. Does that make more sens?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JQL: status changed to "In Progess" FROM "code review"
will show all issues that went from "code review" to "In Progress" no matter what the current status is. So also the closed ones will be displayed. Isn't that what you expect?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use the "Copy Value from Field to Field" or "Copy Value From Other Field" postfunction
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.