Hi All,
I am trying to add a default value for the DueDate field using Groovy script. I am able to set in One of the test env but not in prod env. In Prod Jira we dont see set method. do we need any permission to set any values?
issue.setDueDate()
Hello Madhukara,
try taking a look on permissions - there is permission Schedule Issues which needs to be set for user, who is running the script. API is otherwise same everywhere and function setDueDate is part of MutableIssue class.
Hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.