Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove an issue from a project #51

Open
NoahTarr opened this issue Oct 17, 2020 · 4 comments
Open

Remove an issue from a project #51

NoahTarr opened this issue Oct 17, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@NoahTarr
Copy link

To start I love what you have implemented. This is definitely very useful in workflow management.

Is it possible to remove an issue from a project?
I'm interested due to the situation when an issue is incorrectly labeled then relabeled I would like to remove it from the project it was initially added to.

@github-actions github-actions bot added this to To do in Towards Usability Oct 17, 2020
@srggrs
Copy link
Owner

srggrs commented Oct 19, 2020

Hi sorry for replying late. Thank you!

At the moment is not possible. The thing is that I thought about implementing it but I'm not sure about the use case.
I'd appreciate if you can share your use case a bit more in detail so I can understand how to best fit the action in it.

I can say that usually you would have a couple of project dashboards/kanbans to track progress/issues related to specific things. For example you would have a project for production, staging and the backlog where all the new issues and PRs would go. But you can have other examples, let's say project A, project B and the backlog.

Seems that the common project is some sort of backlog to collect and monitor all the new created tickets/issues.

Open to any suggestions. :)

@NoahTarr
Copy link
Author

The use case for our project is priority based. Each project board has a set priority. e.g. priority critical, high, medium, and low. This is how our issues are organized so we can determine which issues to tackle first. Sometimes issues are labeled a certain priority but later determined to be a different priority than what they were originally assigned. For this reason, we change the priority issue label resulting in the issue then being on multiple priority boards.

@srggrs
Copy link
Owner

srggrs commented Oct 25, 2020

Ok I think I have an idea how to make this happening. The idea is that the action will add (default) or remove the issue or PR to/from a specific project. Then it is up to the workflow file to specify the exact logic to trigger the action (I can see we can use the unlabeled trigger).

It is just that I can't make it happen in the next month as I have extra stuffs on top of my regular projects, so this might take a while.... though I'd gladly accept PR if you intend to do one.

@srggrs srggrs added the enhancement New feature or request label Nov 1, 2020
@nivisi
Copy link

nivisi commented Dec 14, 2021

@srggrs hey! Thank you for your work :) Any plans on implementing this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

3 participants