I've got a lot of issues in the column Done and there will be more and more. There is any configuration to delete automatically the issues that are in this column for a long time? Like 4 weeks? I saw solutions using swim-lanes but I want those issues to disappear from my board
As above, do not delete tickets. There are a couple of options I use:
I like the option of create a Quick Filter to hide the issues. What would be the JQL code to hide issues that are done more than 4 weeks?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To show only issues resolved within the last 4 weeks:
resolutiondate >= -4w
You can also do this with days, for example:
resolutiondate >= -7d
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yep, I've created a Quick Filter to hide those issues: status != Done or (status = Done and resolutiondate >= -4w)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Carlota,
Are you using a Kanban board? What type of project are you using? Joseph is right, you shouldn't "Delete" the tickets, but you can make configuration changes that will remove them from your board and help you focus on your work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do not delete issues. When you delete it is GONE. Hardly a week goes by without someone wanting to restore an issue. Deleting issues will come back and bite you when it is the most inconvenient. I suggest closing with a resolution value of Deleted anything you want to delete. I implement a special transition only the project lead can execute and it requires filling in a reason field from a select list (such as entered in error, OBE, Duplicate, Other) and explanation text.
Missing issue numbers will eventually cause a question about what it was and why was it deleted even if it was done properly. Missing data always brings in the question of people hiding something that may have looked bad.
The only viable way to restore an issue is to create a new instance of JIRA and restore a backup that has the issues. Then export them to a csv file and import them to your production instance. You will lose the history.
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.