I Have the following scenario:
I need to be able to do the following:
Note: the start should not change each time a new subtask or user story gets moved to "In Development" Status. The Start Date should be the date the very first task gets moved to "In development."
Attached you will find a screenshot for point #1 - "When at least one subtask is moved to "In development" move story to "In Development" - The start Date it NOT working in this configuration.
Found the issue, since I'm moving code from an old plugin used in JIRA 6 to JIRA 7, apparently the method for creating these have changed, and the arguments are no longer passed in to the constructor. Instead, I just used ComponentAccessor to gather them together for use.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.