I'm using one of the recommended "next-gen" templates (KanBan) but after I mark a task as done it stays at the top of the backlog screen and in the "done" column on the board. Will these go away after some sort of time-out? Is this configurable? I can understand them staying on the board in the done column, but they should immediately be gone from the backlog screen in my opinion. I'm not using Sprints at all. I'm worried about what my backlog will look like in a couple weeks or months...
You can only do it if you capture those details in custom fields. For example, you can have 2 custom fields, QA assignee, QA date and then set those fields in the workflow post function when the ticket reaches (or leaves) QA state.
Note that you can search for issues that reached a state during a specific time period or transitions that were done specific individuals using JQL. Not sure if that is what you are looking for by doing this exercise.
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.
JQL will be something like this: status changed from ABC to XYZ by jobin after -1w
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.