JIRA Action
It would be nice to have an action that wraps the JIRA APIs so that I can update information in JIRA. Of course, I might need to get information back from JIRA in order to iterate through things.
For example, I'd like to iterate through all issues associated with a version, get information about them for including in an email, and possibly change their status. I also want to update the version number from a placeholder version number to include an actual build number.
There are probably other things I'd like to do with JIRA, too. This project could be opening a big can of worms and I haven't studied their API in detail yet. It's just on the list of things to automate in the future.
|