-
-
Notifications
You must be signed in to change notification settings - Fork 2
issue
Aliases:
aladd-label
Add a label to an issue
| argument | environment variable name | multiple values (comma separated) |
|---|---|---|
issue_key |
x | |
label |
JIRA_LABEL |
export JIRA_LABEL=Security
jira_cli issue add_label SYY-1025,SYY-1026,SYY-1030,SYY-1035Aliases:
avadd-version
Add version to an issue
| argument | environment variable name | multiple values (comma separated) |
|---|---|---|
issue_key |
x | |
version_name |
JIRA_VERSION_NAME |
export JIRA_VERSION_NAME=v1.0.0
jira_cli issue add_version SYY-1025,SYY-1026,SYY-1030,SYY-1035Aliases:
avoadd-vote
Add a vote to an issue
| argument |
|---|
issue_key |
Alias: a
Assign an issue to a user
| argument | environment variable name | required |
|---|---|---|
issue_key |
x | |
account_id |
JIRA_ASSIGN_ACCOUNT_ID |
x |
Alias: c
Create an issue
| argument | environment variable name | required |
|---|---|---|
issue_type |
x | |
issue_summary |
x | |
issue_description |
x | |
reporter_account_id |
x | |
issue_priority |
||
project_key |
JIRA_PROJECT_KEY |
x |
To have the list of issue_priority, you have to use: jira_cli issue list_priorities
The default value for issue_priority is the one defined in Jira.
Aliases:
cltcreate-link-type
Create a link type
| argument |
|---|
name |
outward |
inward |
Aliases:
ddelrm
Delete an issue
| argument | required |
|---|---|
issue_key |
x |
delete_subtasks |
x |
Aliases:
dltdelete-link-type
Delete a link type
| argument |
|---|
id |
Aliases:
gltget-link-type
Get a link type
| argument |
|---|
id |
Aliases:
gtget-transitions
Get transitions
| argument |
|---|
issue_key |
Aliases:
lltlist-link-types
List issue types
Aliases:
lplist-priorities
List issue priorities
Aliases:
ltlist-types
List issue types for this project
| argument |
|---|
project_key |
Aliases:
lvlist-votes
List votes for an issue
| argument |
|---|
issue_key |
Aliases:
rlremove-label
Remove a label from an issue
| argument | environment variable name | multiple values (comma separated) |
|---|---|---|
issue_key |
x | |
lsbel |
JIRA_LABEL |
export JIRA_LABEL=Security
jira_cli issue remove_label SYY-1025,SYY-1026,SYY-1030,SYY-1035Aliases:
rvremove-version
Remove a version from an issue
| argument | environment variable name | multiple values (comma separated) |
|---|---|---|
issue_key |
x | |
version_name |
JIRA_VERSION_NAME |
export JIRA_VERSION_NAME=v1.0.0
jira_cli issue remove_version SYY-1025,SYY-1026,SYY-1030,SYY-1035Aliases:
rvoremove-vote
Remove a vote from an issue
| argument |
|---|
issue_key |
Aliases:
sfvshow-fixversions
List all fix versions for a specific issue
| argument |
|---|
issue_key |
Aliases:
ttransit
Performs an issue transition and, if the transition has a screen, updates the fields from the transition screen
| argument |
|---|
issue_key |
transition_id |
Aliases:
uauna
The issue is set to unassigned
| argument |
|---|
issue_key |
Aliases:
ultupdate-link-type
Update a link type
| argument |
|---|
id |
name |
outward |
inward |