I'm looking for a way to remove Rejected tickets from the list of issues in a release. There doesn't appear to be a way to do it on the Releases page and editing the search in the Issue Navigator (using statusCategory != Rejected) gives me a "The value 'Rejected' does not exist for the field 'statusCategory'".
How is “rejected” actually designated? Are you setting the Resolution to Rejected or is there a status of Rejected? There isn’t a statuscategory or rejected.
i would remove the release version for the issues that were rejected. Define a filter that you could use at the end of each release to find and remove the release version. Example
project = myproject and resolution = rejected and fixversions is not empty
Hi Jack. Rejected is a Status setting; the only Resolution we have is Done.
I'll talk to the Scrum Master about removing the release version from Rejected tickets. That's a good solution, thanks.
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.