Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

issue.setSecurityLevelId() not working in workflow post function

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!

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 06, 2017

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 appreciatedCapture.PNG

TAGS
AUG Leaders

Atlassian Community Events