| Thank you Marco Tozzi, I'm glad it's been helpful. I do not have a roadmap for this plugin, features are added on my spare time and when there are enough demand. I'm currently occupied on other projects and would probably come back to this plugin in 1-2 months for new features. Meanwhile waiting, here are some workaround that you can do:
- Enable jira-trigger-plugin in your job
- The plugin will inject JIRA_ISSUE_KEY environment variable
- Make use of the JIRA_ISSUE_KEY environment variable to hit JIRA REST API
- Parse the JSON response back and get the value that you want
You can always file a pull request too of course. |