|
16 | 16 | <a href="https://github.com/ankitpokhrel/jira-cli/blob/master/LICENSE"> |
17 | 17 | <img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square" /> |
18 | 18 | </a> |
| 19 | + <a href="#"> |
| 20 | + <img alt="Downloads" src="https://img.shields.io/github/downloads/ankitpokhrel/jira-cli/total?style=flat-square" /> |
| 21 | + </a> |
19 | 22 | <a href="https://opencollective.com/jira-cli#backers"> |
20 | 23 | <img alt="Financial Contributors" src="https://img.shields.io/opencollective/backers/jira-cli?style=flat-square" /> |
21 | 24 | </a> |
|
44 | 47 | <a href="https://www.jetbrains.com/?from=ankitpokhrel/jira-cli" target="_blank"> |
45 | 48 | <img alt="JetBrains Logo" src=".github/assets/supporters/jetbrains.png" /> |
46 | 49 | </a> |
47 | | - <span style="margin-right: 20px"></span> |
48 | | - <a href="https://captionai.co?from=ankitpokhrel/jira-cli" target="_blank"> |
49 | | - <img alt="CaptionAI Logo" src=".github/assets/supporters/captionai.png" /> |
50 | | - </a> |
51 | 50 | </p> |
52 | 51 | </div> |
53 | 52 |
|
@@ -336,8 +335,8 @@ $ jira issue edit ISSUE-1 -s"New Bug" -yHigh -lbug -lurgent -CBackend -b"Bug des |
336 | 335 | $ jira issue edit ISSUE-1 -s"New updated summary" --no-input |
337 | 336 |
|
338 | 337 | # Use minus (-) to remove label, component or fixVersion |
339 | | -# For instance, to edit issue to |
340 | | -# - remove label p2, component FE, fixVersion v1.0 |
| 338 | +# For instance, to edit issue to |
| 339 | +# - remove label p2, component FE, fixVersion v1.0 |
341 | 340 | # - add label p1, component BE, fixVersion v2.0 |
342 | 341 | $ jira issue edit ISSUE-1 --label -p2 --label p1 --component -FE --component BE --fix-version -v1.0 --fix-version v2.0 |
343 | 342 | ``` |
|
0 commit comments