mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-20 05:03:29 +02:00
598924b51d
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.