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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.