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

labels in issues #122

Closed
qazip opened this issue Mar 13, 2018 · 4 comments
Closed

labels in issues #122

qazip opened this issue Mar 13, 2018 · 4 comments
Milestone

Comments

@qazip
Copy link

qazip commented Mar 13, 2018

Hello,

I've just recently installed lab and I'm wondering how to approach labels in issues. Is there a flag to do stuff by label? For example, how does one:

  • Search by label?
  • Add issue with label?
@zaquestion
Copy link
Owner

Hi @qazip,

Lab currently supports lists issues and merge requests by label(s)
Example for issues:

lab issue list --label bug
# multi label
lab issue list --label feature --label server

Ref: https://zaquestion.github.io/lab/lab_issue_list.html

Currently label isn't supported during create, shall I consider this an official request? I have a release planned for this week, I can possibly sneak this in should be a small change. Otherwise I'll get it into the next

@qazip
Copy link
Author

qazip commented Mar 14, 2018

Yes, please! Adding labels when creating is extremely important to me.

@zaquestion
Copy link
Owner

@qazip v0.10 is released

@zaquestion
Copy link
Owner

Example

lab issue create -l bug -l critical -m "big bad issue"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants