Categorygithub.com/tasshi-me/gh-iteration
repository
0.2.0
Repository: https://github.com/tasshi-me/gh-iteration.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

gh iteration

Documentation

https://tasshi-me.github.io/gh-iteration/

Installation

gh extension install tasshi-me/iteration
$ gh auth refresh -s project

Example

# Assign current sprint to all in progress tasks

gh iteration items-edit \
  --owner "myOrg" \
  --project "123" \
  --field "Sprint" \
  --query "(Item.Type == \"ISSUE\") && (
     (Item.Fields.Status.Name endsWith \"In progress\")
     || (Item.Fields.Status.Name endsWith \"In review\")
     || (Item.Fields.Status.Name endsWith \"In testing\")
     || (Item.Fields.Status.Name endsWith \"In AC Check\"))" \
  --current

License