show starndard unisinged queue
jira list -i "Support Request- Standard" -S "Waiting for support" -s Priority,Issue -t table
show standard waitnig for customer
jira list -i "Support Request- Standard" -S "Waiting for customer" -s Priority,Issue -t table
view issue
jira view ISSUE
take issue
jira take ISSUE
comment issue
jira comment ISSUE
start issue, move to in-progress
jira start ISSUE
unassign
jira unassign ISSUE
assign to user
jira assign ISSUE USER
attach to an ISSUE
jira attach create -f FILENAME ISSUE
resolve issue
jira resolve ISSUE
move to Respond to Customer
jira transition "Respond To Customer” —noedit ISSUE
list “in progress” issues attached to user
jira list -S "In Progress" -a $USER -t table
list “in progress” issues in standard queue
jira list -i "Support Request- Standard" -S "In Progress" -t table