How to link issues and releases in a project table #60935
Unanswered
Mirko-von-Leipzig
asked this question in
Projects and Issues
Replies: 1 comment
-
|
I would like to see such capability as well. I want to see the board items by release and for that I would like to add the release to each of the issues/prs on the board So far my ideas was quite manual, just a custom field with sting values of the release versions, but would be great to have more polished approach for this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Feature Area
Projects
Body
How can I automate a bug tracker which includes the release (if any) that fixes the bug?
I would like an extra column in my table view which indicates the release tag / name that includes the bug fix for an issue. How can I achieve this?
I can get "bug" issues by labelling them as such. In addition to the status column (todo, in-progress, done) I'd like to display which release the bug is resolved in (if any).
There is the milestone column which can get added, but it requires manually creating the milestone and managing each issue to include it and isn't directly the equivalent of a release. Is there an easy way to automate this or to get a release-like column without doing it manually?
I've managed to create a new milestone each time I create a release, however its been impossible to track which issues should be linked to the new milestone. Is there a somewhat reasonable way of achieving this?
I'd like to have a project view in which clients can track bugs and the release in which they are fixed (and not just when they're fixed in dev).
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions