Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpokhrel committed Jan 15, 2025
1 parent 3724df1 commit 8e5b33a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<a href="https://github.com/ankitpokhrel/jira-cli/blob/master/LICENSE">
<img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square" />
</a>
<a href="#">
<img alt="Downloads" src="https://img.shields.io/github/downloads/ankitpokhrel/jira-cli/total?style=flat-square" />
</a>
<a href="https://opencollective.com/jira-cli#backers">
<img alt="Financial Contributors" src="https://img.shields.io/opencollective/backers/jira-cli?style=flat-square" />
</a>
Expand Down Expand Up @@ -44,10 +47,6 @@
<a href="https://www.jetbrains.com/?from=ankitpokhrel/jira-cli" target="_blank">
<img alt="JetBrains Logo" src=".github/assets/supporters/jetbrains.png" />
</a>
<span style="margin-right: 20px"></span>
<a href="https://captionai.co?from=ankitpokhrel/jira-cli" target="_blank">
<img alt="CaptionAI Logo" src=".github/assets/supporters/captionai.png" />
</a>
</p>
</div>

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

# Use minus (-) to remove label, component or fixVersion
# For instance, to edit issue to
# - remove label p2, component FE, fixVersion v1.0
# For instance, to edit issue to
# - remove label p2, component FE, fixVersion v1.0
# - add label p1, component BE, fixVersion v2.0
$ jira issue edit ISSUE-1 --label -p2 --label p1 --component -FE --component BE --fix-version -v1.0 --fix-version v2.0
```
Expand Down

0 comments on commit 8e5b33a

Please sign in to comment.