I'm tring to set an assignee ( using "Additional issue actions" ) when using create sub-task post function script.
Im using :
issue.assignee == "kereng"
But it is not working ..
What is the correct "Additional issue actions" I should use?
Use the following
issue.assigneeId = "username"
Should do the work for you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I'm doing exactly the same thing (issue.assigneeId = "username") but for some users it just doesn't work. It looks like the user is not recognized by it's username.
I did a test. I changed the username of one test-user and also changed it in my post function. The new username is not recognized at all, indicating by a ? in the account image. But I still can assign to the old username.
What can cause this behavior?
Would be great if one has an idea.
Best,
Florian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.