hello,
During the workflow, for one status, I would like to fill by a post function the latest fix version of my project on the field "Fix version".
but when i select the custom field or the field, I don't find the fix version field.
So, do you know how can i do that?
But I am in Cloud. So how, can I fill the fix version with a post function on the workflow ?
You can't do it - there's no built-in function for "set version"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this changed over the past two years? I can see a lot of improvements in our flow if we can automatically change the fix version when a transition happens. We are using the triggers for transitioning our tickets with our git flow, and to update the fix version would close the loop so devs don't need to update the board manually at all.
It would be a really really nice to have.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Fix version is not a custom field. It is a standart object of JIRA.
If you want some code you need to use VerisonManager object: https://docs.atlassian.com/jira/6.4.3/com/atlassian/jira/project/version/VersionManager.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.