-
Notifications
You must be signed in to change notification settings - Fork 24
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.
Description
Problem statement
As a Thoth developer, I would like to be able to filter issues by project board
colum when :
- searching issues
- using the github API
- ...
Ex: gh search issues --project thoth-station/16 --label status:new
High-level Goals
- Issues on a project board searchable by project board column
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
- "Project -> labels" sync works
- "labels -> Project" sync works
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