My done column still displays a lot of issues after releasing. How do I get it empty?
I checked if these issues do have a fixVersion attached. Where do I see the versions that are released? Where do I check the filter for the column?
Your board is based on a filter. Add sth like.
AND fixVersion IN unreleasedVersions()
and you won't see those issues after releasing a version.
Ah understand it. The problem was, that I do not released any version yet. Just created new release version by clicking on the link above done column.
but badly as long as there is no bamboo used you cannot release a version in JIRA agile...
Yes you can, in the project admin section in JIRA under the versions tab you can manually release versions...
thanks, but both versions that I created are only able to be "unrelease", so I am guessing they are released. But if I add fixVersion IN unreleasedVersions() the "done" issues are showing up again
Thanks! This worked for me and that column was driving me crazy.
It looks like you're new here. Sign in or register to get started.