-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
Issue Summary
In Jira Automation, it would be great to include Version smart values related to the "Related work" and "Issues" section:
Current offering
Only the following Version smart values are accepted:
- version.name - Returns the version's name.
- version.id - Returns the version's ID.
- version.description - Returns the version's description.
- version.archived - Returns true if the version is archived, and false if not.
- version.startDate - Returns the version's start date.
- version.released - Returns true if the version is released, and false if not.
- version.releaseDate - Returns the version's release date
- version.project.key - Returns the project key of the project the version belongs to.
Expected offering
- version.issuesStatusForFixVersion.done - Returns the number of issues in the Fix Version with status category "Done"
- version.issuesStatusForFixVersion.done - Returns the number of issues in the Fix Version with status category "In Progress"
- version.issuesStatusForFixVersion.done - Returns the number of issues in the Fix Version with status category "To Do"
- version.issuesStatusForFixVersion.done - Returns the number of issues in the Fix Version with status category "Unmapped"
- version.url - Returns the URL of the Fix Version
Suggestion: add the custom section, is better than version.description because of editor tool.