Add "add-to-project" action/workflow to add features/bugs to a project/board #184
Closed
stephanbcbauer
started this conversation in
Ideas
Replies: 1 comment
-
Created a PR #264 which deals only with features (no bugs and no PRs) -> its the first test |
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
-
Current situation
Since more and more work is being done in Github and issues are also being created, it is currently difficult to keep track of everything. Priorities can also not be seen immediately.
Proposal
Two projects should first be created under tractusx-edc. The project template Team backlog is suitable for this.
One board is for features (enhancement) and one for bugs. I think the separation is very good because of the clarity. With the template, the boards each have the columns
New
,Backlog
,Ready
,In Progress
,In Review
andDone
. The status helps to keep the overview in the daily meeting.New issues should be automatically entered into the corresponding board. It is recommended to use a Github action for this:
For example:
With these actions, new features and bugs are automatically added to the related boards. It might be the case, that there is a need to change the workflow under board settings to set the first column correctly…
If this works, I would like to do the same with PRs.
@stefan-ettl What do you think from the PO perspective?
Beta Was this translation helpful? Give feedback.
All reactions