mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-22 14:08:26 +02:00
fb4afc971a
The ```expand``` option is used to specify resource expansion in the Jira REST API. It's particularly useful for things like fetching the ```changelog``` of an Issue. This PR adds the support to the ```ListIssues``` and ```ViewIssue``` functions of the ```jira.Cli``` struct. I'm happy to add tests, but there is currently no test suite in the master branch, so I did not want to bog down the PR with tangential features.