We have the following columns in our Scrum board:
During Planning, we assign a Developer Resource, a Reviewer, and a QA Resource.
Whenever a ticket is in To Do or In Progress columns, it should auto-assign to the Developer Resource. Whenever it transitions to Peer Review, it should auto-assign to the Reviewer. Whenever it transitions to the QA column, it should transition to the QA Resource.
How do I accomplish this? Or if I'm not given the correct level of access to do it myself, what can I give the person responsible for doing this?
I would create a script which downloads newest version of plugins (*.jar) which you use. Then - when jira restarts - copy those JARs to [jira-home]/plugins/installed-plugins directory.
Is it that easy? The plugins are competely self-contained JARs? There's no scripted upgrade that happens as part of the plugin manager upgrading it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes. If scripts are needed - they will be executed upon jira startup. If you will eventually exeprience problems try adding to script to delete plugin cache directory, but I'm quite sure it will be ok even without it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.