Skip to content

Commit

Permalink
Merge pull request #4 from gastaldi/patch-1
Browse files Browse the repository at this point in the history
Resolved is an invalid state too
  • Loading branch information
paulrobinson authored Nov 29, 2022
2 parents 1484d35 + 108457f commit 0567ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quarkus.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
{
"InvalidStatuses": {
"jql": "project = QUARKUS AND status in (\"Backlog\",\"Review\",\"Release Pending\")",
"description": "Do not use Backlog, Review and Release Pending states, please avoid them otherwise they can end up in a black hole (not displayed in boards). See https://docs.google.com/drawings/d/1wlCQGGCJNXswnE2IiBcCI68cE98T3HSIlUuPePqO_0c/edit for the full JIRA workflow"
"jql": "project = QUARKUS AND status in (\"Backlog\",\"Review\",\"Release Pending\",\"Resolved\")",
"description": "Do not use Backlog, Resolved, Review and Release Pending states, please avoid them otherwise they can end up in a black hole (not displayed in boards). See https://docs.google.com/drawings/d/1wlCQGGCJNXswnE2IiBcCI68cE98T3HSIlUuPePqO_0c/edit for the full JIRA workflow"
}
}
]

0 comments on commit 0567ec3

Please sign in to comment.