Currently in the SR4J Dynamic forms there is no option to create a Select List of the Issue Statuses.
We are trying to create a Select List (https://scriptrunner.adaptavist.com/latest/jira/dynamic-forms.html#_select_list) but instead of hard coding the options we want to add values that are retrieved using the following code:
import com.atlassian.jira.component.ComponentAccessor
import com.atlassian.jira.config.StatusManager
StatusManager statusManager = ComponentAccessor.getComponentOfType(StatusManager.class)
return statusManager.getStatuses()*.getName()
is this possible? If yes, how can this be implemented.
Sadly I don't think @select have the option to do what you need.
The only solution I think would be to add a new annotation to do what you are looking for.
Maybe this could be done through creating a new script plugin, but that would need more investigation.
Good luck in your search.
ouch that sucks ...wonder if its the product backlog for SR4J
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would strongly suggest you create a feature request for this in our support site.
https://productsupport.adaptavist.com/servicedesk/customer/portal/2
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.