We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5bd116 commit 28c1f0bCopy full SHA for 28c1f0b
1 file changed
Readme.adoc
@@ -119,3 +119,23 @@ $ lc i dev CRY-1234
119
----
120
121
TIP: You may pass the --dev option to the create subcommand to immediately develop the creted issue.
122
+
123
+==== Update an issue
124
125
+All of the update options can work on multiple issues, so long as it's not more than 50
126
+at a time. You can also use the 'u' alias for 'update', and as always, the 'i' alias for 'issue'.
127
128
+===== Add a comment to one or more issues
129
130
+[source,sh]
131
+----
132
+$ lc issue update --comment "Here is a comment" CRY-1234
133
134
135
+===== Close one or many issues
136
137
138
139
+$ lc i u --close --reason "These were closable" CRY-1234 CRY-2
140
141
0 commit comments