-
Notifications
You must be signed in to change notification settings - Fork 24
Bidirectional sync between project board columns and labels #430
Copy link
Copy link
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-triageIndicates an issue or PR lacks a `triage/...` label and requires one.Indicates an issue or PR lacks a `triage/...` label and requires one.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.sig/devsecopsCategorizes an issue or PR as relevant to SIG DevSecOps.Categorizes an issue or PR as relevant to SIG DevSecOps.triage/needs-informationIndicates an issue needs more information in order to work on it.Indicates an issue needs more information in order to work on it.
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-triageIndicates an issue or PR lacks a `triage/...` label and requires one.Indicates an issue or PR lacks a `triage/...` label and requires one.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.sig/devsecopsCategorizes an issue or PR as relevant to SIG DevSecOps.Categorizes an issue or PR as relevant to SIG DevSecOps.triage/needs-informationIndicates an issue needs more information in order to work on it.Indicates an issue needs more information in order to work on it.
Type
Projects
Status
🆕 New
Problem statement
As a Thoth developer, I would like to be able to filter issues by project board
colum when :
Ex:
gh search issues --project thoth-station/16 --label status:newHigh-level Goals
Proposal description
I think there is some Github Actions which can do the bidirectionnal sync
(update the labels when using the project board UI, update the project board
when modifying the label) with two labels dimension (one for which project, one
for which column), but I didn't investigate for now.
Alternatives
No change.
Acceptance Criteria