You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello all,
I need to set the security level based on the value in a custom field. I'm able to get the correct schemaId, but can't get the line issue.setSecurityLevelId(10108) to actually work.
I've removed all other lines of code and used only the following with no luck whatsoever:
issue.setSecurityLevelId(10108)
I've checked the atlassian-jira.log and nothing shows up. When I use the following:
log.debug("before running issue.setSecurityLevelId((Long)10108)")
issue.setSecurityLevelId((Long)10108)
log.debug("after running issue.setSecurityLevelId((Long)10108)")
I do get these log entries:
2017-10-06 12:31:10,937 http-nio-8080-exec-10 DEBUG dbtest2 751x164438x1 vmctwj 192.168.20.143 /servicedesk/customer/portal/195/create/284 [c.o.s.jira.workflow.ScriptWorkflowFunction] before running issue.setSecurityLevelId(10108)
2017-10-06 12:31:10,937 http-nio-8080-exec-10 DEBUG dbtest2 751x164438x1 vmctwj 192.168.20.143 /servicedesk/customer/portal/195/create/284 [c.o.s.jira.workflow.ScriptWorkflowFunction] after running issue.setSecurityLevelId(10108)
I have verified that the user making the request from the portal has the Set Security Level permission on the project. I have no idea what else to check.
Thanks in advance!
I don't think it's this, but is the user part of the rule for the new level? Can they change the security level to the desired one by editing the issue in the UI?
Are you making other changes to the issue in the script? If so, are they working?
There is no option to run under the context of a specific user, so I assume the post function will run under the current user's context (see attached screenshot to see what it looks like to define this workflow post function).
Also, I tested this as an administrator (full project permissions) and still no luck. I'm completely at a loss. Any help is very much appreciated
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.