Is it possible to auto-populate the Planned Start and Planned End Date with the start and release dates for the fix version associated with the issue?
Thanks,
Jennifer
Community moderators have prevented the ability to post new answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will have to do some coding for that. Write a listener that does this whenever an issue is created or when updated with a fixVersion.
Note that issues can have multiple fixVersions and so you will have to be prepared for that use case.
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.