Open codescape opened 1 year ago
Support the custom field types:
field name: Version Picker (single version) class name: com.atlassian.jira.plugin.system.customfieldtypes:version
Version Picker (single version)
com.atlassian.jira.plugin.system.customfieldtypes:version
field name: Version Picker (multiple versions) class name: com.atlassian.jira.plugin.system.customfieldtypes:multiversion
Version Picker (multiple versions)
com.atlassian.jira.plugin.system.customfieldtypes:multiversion
The VersionManager can find the versions in the project: https://docs.atlassian.com/software/jira/docs/api/7.6.1/com/atlassian/jira/project/version/VersionManager.html#getVersion-java.lang.Long-java.lang.String-
Support the custom field types:
field name:
Version Picker (single version)
class name:com.atlassian.jira.plugin.system.customfieldtypes:version
field name:
Version Picker (multiple versions)
class name:com.atlassian.jira.plugin.system.customfieldtypes:multiversion
The VersionManager can find the versions in the project: https://docs.atlassian.com/software/jira/docs/api/7.6.1/com/atlassian/jira/project/version/VersionManager.html#getVersion-java.lang.Long-java.lang.String-