xl8bot
November 4, 2024, 6:28am
1
Originally asked by Benjamin Frei on 12 September 2019 (original question)
We added the following two lines to the incoming synch on our JIRA instance. Please see: https://docs.idalko.com/exalate/display/ED/How+to+synchronize+issue+securityLevel
import com.exalate.basic.domain.hubobject.v1.BasicHubIssueSecurityLevel
issue.securityLevel = new BasicHubIssueSecurityLevel(null, "name", "description")
However, the security level field doesnât update. The synch-user has permissions to all security levels. There is no error logged.
xl8bot
November 4, 2024, 6:28am
2
Answer by Francis Martens (Exalate) on 13 September 2019
Hi Benjamin Frei
I had to do some digging - but found out that you have to ensure that the proxy user has the âSet Issue Securityâ permission
If you set it, it works.
xl8bot
November 4, 2024, 6:28am
3
Answer by Samip K Banker on 12 September 2019
Benjamin Frei :
Please make sure you have âSecurity Levelâ field added to your Create/Edit/Default screen⌠that is a requirement otherwise setting the Security level will not work.
~Samip
Comments:
Benjamin Frei commented on 12 September 2019
Hi Samip K Banker,
It is. Otherwhise an error would be logged.
Benjamin Frei commented on 12 September 2019
I already discussed this with .
He told me to open a community question.