Using Jira Rest Client (jira-rest-java-client-api : 3.0.0) Java .
Can we add Issue Key in Create issue.
Hi,
If I understand your question correctly, this link might be of assistance: https://confluence.atlassian.com/jirakb/how-do-i-edit-closed-issues-779160787.html
(You need to add a property to the state that says issues in this state aren't editable.)
/Monika
That's right! Thanks Monika. Using that property now I can avoid that a status can be modified.
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.
Hi Monika, I use that property but it is still possible to create comments.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
According to Jira, "commenting" isn't included in "editing".
What you can do is to add another property to the status in the workflow. When I looked around, I saw some different suggestions, but the one that worked for me was to add jira.permission.comment.denied with value '' (two single quotes).
Good luck!
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.