Rescheduling Issues
Table of Contents |
---|
Info | ||
---|---|---|
| ||
You will need the following JIRA plugins: Level: INTERMEDIATE |
...
Code Block | ||
---|---|---|
| ||
string [] fvers = getElement(argv, 1); string newAssignee = getElement(argv, 3); string comment = getElement(argv, 5); fixVersions = fvers; assignee = newAssignee; if(isNotNull(comment)){ addComment(key, currentUser(), comment); } |
...
That's it! You now have a powerful tool, reusable across multiple projects!