Project page workflow #21940
-
Hey everyone, our team has decided to move completely to GitHub for our project management. Including using the repository project page. Our workflow is like this:
This is where my problem begins. On the project page, it now automatically creates a pull request card, but it already had the issue card. I somewhat understand why this is because they are 2 separate things. However, for usability I don’t want to different card’s describing the same functionality. Am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
No, you’re not doing anything wrong. That’s just how the system works. You could, however, make some kind of ‘Done’ column and then configure the project board in a way that closed issues will automatically move there. Then, you could just close the issue and it will be moved to the ‘Done’ column while you can further work on the PR. Another method would be to have 2 different projects, one for the issues and one for the PR (for example in case you want the issue to be open a bit longer to, for example, evaluate the new feature with the customer). |
Beta Was this translation helpful? Give feedback.
-
@reijnn Another thing to note: If you don’t select a Project to associate the PR with when creating the PR, a card won’t be automatically generated for it in that Project specifically (e.g. put into “Triage” for that Project). So, leaving the “Project” option blank when opening a new PR would mean no card is automatically put into the Triage for that Project, though a general card will be created and available for any Project for that PR. If you wanted to still associate the PR to the issue, you could just using autolinking and input the issue URL to the PR, or vise versa. In this way, you establish a connection between the issue and PR, but the issue card remains the only card generated and marked for triage specifically for the Project board in question. |
Beta Was this translation helpful? Give feedback.
@reijnn Another thing to note: If you don’t select a Project to associate the PR with when creating the PR, a card won’t be automatically generated for it in that Project specifically (e.g. put into “Triage” for that Project). So, leaving the “Project” option blank when opening a new PR would mean no card is automatically put into the Triage for that Project, though a general card will be created and available for any Project for that PR.
If you wanted to still associate the PR to the issue, you could just using autolinking and input the issue URL to the PR, or vise versa. In this way, you establish a connection between the issue and PR, but the issue card remains the only card generated …