Skip to content

Commit 8e5b33a

Browse files
committed
Update README
1 parent 3724df1 commit 8e5b33a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<a href="https://github.com/ankitpokhrel/jira-cli/blob/master/LICENSE">
1717
<img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square" />
1818
</a>
19+
<a href="#">
20+
<img alt="Downloads" src="https://img.shields.io/github/downloads/ankitpokhrel/jira-cli/total?style=flat-square" />
21+
</a>
1922
<a href="https://opencollective.com/jira-cli#backers">
2023
<img alt="Financial Contributors" src="https://img.shields.io/opencollective/backers/jira-cli?style=flat-square" />
2124
</a>
@@ -44,10 +47,6 @@
4447
<a href="https://www.jetbrains.com/?from=ankitpokhrel/jira-cli" target="_blank">
4548
<img alt="JetBrains Logo" src=".github/assets/supporters/jetbrains.png" />
4649
</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>
5150
</p>
5251
</div>
5352

@@ -336,8 +335,8 @@ $ jira issue edit ISSUE-1 -s"New Bug" -yHigh -lbug -lurgent -CBackend -b"Bug des
336335
$ jira issue edit ISSUE-1 -s"New updated summary" --no-input
337336

338337
# 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
341340
# - add label p1, component BE, fixVersion v2.0
342341
$ jira issue edit ISSUE-1 --label -p2 --label p1 --component -FE --component BE --fix-version -v1.0 --fix-version v2.0
343342
```

0 commit comments

Comments
 (0)