Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for custom fields of type Version Picker #107

Open
codescape opened this issue Jul 29, 2023 · 0 comments
Open

Add support for custom fields of type Version Picker #107

codescape opened this issue Jul 29, 2023 · 0 comments
Labels
syntax Feature: syntax to create subtasks

Comments

@codescape
Copy link
Owner

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-

@codescape codescape added the syntax Feature: syntax to create subtasks label Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
syntax Feature: syntax to create subtasks
Projects
None yet
Development

No branches or pull requests

1 participant