jirust-cli 0.16.13

A CLI tool to interact with Jira
Documentation
1
2
3
4
5
6
7
8
9
10
[auth]
auth_token = "auth_key"

[jira]
jira_url = "jira_url"
standard_resolution = '{"name": "Fixed"}'
standard_resolution_comment = '{"body":{"content":[{"content":[{"text":"Test comment","type":"text"}],"type":"paragraph"}],"type":"doc","version":1}}'

[jira.transitions_names]
resolve = 'Resolve Issue'