Skip to content
New issue

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

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

Already on GitHub? # to your account

add support of issues #104

Open
guyzmo opened this issue Jan 22, 2017 · 0 comments · May be fixed by #112
Open

add support of issues #104

guyzmo opened this issue Jan 22, 2017 · 0 comments · May be fixed by #112
Assignees
Milestone

Comments

@guyzmo
Copy link
Owner

guyzmo commented Jan 22, 2017

for the issues feature, one could manipulate bulks of issues in a nice way:

git hub issues ls [-l] [issue-id …]
git hub issues ls [-l] --filter="label:backlog and label:bug" [issue-id …]
git hub issues add-label "backlog-bug" "#ff0000" [issue-id …]
git hub issues set-label "backlog-bug" --filter="label:backlog and label:bug" [issue-id …]
git hub issues unset-label "label:bug" --filter="label:backlog and label:bug" [issue-id …]
git hub issues [add-milestone|set-milestone|unset-milestone] … [issue-id …]
git hub issues edit [--filter=""] [issue-id …] # launch an editor to edit an issue
@guyzmo guyzmo added this to the milestone Jan 22, 2017
guyzmo added a commit that referenced this issue Jan 27, 2017
- issue listing
- issue get/set/toggle of labels, milestones and open-close status
- issue edit of issue
- parsing of notification mail to extract repo_slug and issue number

fixes #104

Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
@guyzmo guyzmo linked a pull request Jan 27, 2017 that will close this issue
guyzmo added a commit that referenced this issue Jan 27, 2017
- issue listing
- issue get/set/toggle of labels, milestones and open-close status
- issue edit of issue
- parsing of notification mail to extract repo_slug and issue number

fixes #104

Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
guyzmo added a commit that referenced this issue Jan 27, 2017
- issue listing
- issue get/set/toggle of labels, milestones and open-close status
- issue edit of issue
- parsing of notification mail to extract repo_slug and issue number

fixes #104

Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
guyzmo added a commit that referenced this issue Jan 31, 2017
- issue listing
- issue get/set/toggle of labels, milestones and open-close status
- issue edit of issue
- parsing of notification mail to extract repo_slug and issue number

fixes #104

Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
guyzmo added a commit that referenced this issue Jan 31, 2017
- issue listing
- issue get/set/toggle of labels, milestones and open-close status
- issue edit of issue
- parsing of notification mail to extract repo_slug and issue number

fixes #104

Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
guyzmo added a commit that referenced this issue Feb 1, 2017
- issue listing
- issue get/set/toggle of labels, milestones and open-close status
- issue edit of issue
- parsing of notification mail to extract repo_slug and issue number
- tests of the whole

fixes #104

Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
guyzmo added a commit that referenced this issue Feb 1, 2017
- issue listing
- issue get/set/toggle of labels, milestones and open-close status
- issue edit of issue
- parsing of notification mail to extract repo_slug and issue number
- tests of the whole

fixes #104

Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
guyzmo added a commit that referenced this issue Feb 1, 2017
- issue listing
- issue get/set/toggle of labels, milestones and open-close status
- issue edit of issue
- parsing of notification mail to extract repo_slug and issue number
- tests of the whole

fixes #104

Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
guyzmo added a commit that referenced this issue Feb 1, 2017
- issue listing
- issue get/set/toggle of labels, milestones and open-close status
- issue edit of issue
- parsing of notification mail to extract repo_slug and issue number
- tests of the whole

fixes #104

Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
@guyzmo guyzmo self-assigned this Feb 2, 2017
@guyzmo guyzmo modified the milestones: 1.10, Feb 2, 2017
guyzmo added a commit that referenced this issue Feb 7, 2017
- issue listing
- issue get/set/toggle of labels, milestones and open-close status
- issue edit of issue
- parsing of notification mail to extract repo_slug and issue number
- tests of the whole

fixes #104

Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
@jayvdb jayvdb mentioned this issue Mar 20, 2017
@guyzmo guyzmo modified the milestones: 1.11, 1.10 May 5, 2017
@guyzmo guyzmo closed this as completed Nov 18, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant