I'm trying to make a Kanban board that has my issues, but for the "in testing" column I want to see not the issues that are in my name and in testing, but issues that only I've committed to and given to QA for testing. How can I do this?
Lets say the status where you've given the issue to QA is named "QA Testing" you could use following query.
status changed to "QA Testing" by currentuser()
This will give you all issues that were transitioned by yourself to that status.
This is exactly what I was looking for. Didn't know that you could search directly for status changed like this, thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What do you mean that "committed to and given to QA"?
With your solution, do you have the developer field taking the assignee when it leaves the "in progress" field, or when it's first created/assigned?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was able to just add a "Developer" custom field that keys off the username. Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"My" issues that I give to QA are not necessarily reported by me
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.