I get an error "ug:4d9d9df7-414a-402e-967d-995c01586224" cannot be assigned issues.
How can we figure out or map, that for which user they are talking about? Is there any API or anything that can we do to figure out for which user such error is occurred?
We know that this error occurs when proper permission is not given to particular user. But for which user? how we can map that if there are multiple user under same project.
Hi, @Bhakti Thaker. Welcome to the Atlassian Community!
There are a few ways that I can think of how you can get that. You can replace the last bit of your profile URL with the account ID you mentioned. Another option you can try is going to the advanced JQL and using something like assignee = "*******402e-967d******", you should get the actual user when switching back to basic search. More drastic, but If you have admin rights, exporting the users will get the account IDs and other users' details. You can also explore the APIs to find users.
hi, @Ivan Lima . Thank you for your help.
The thing is how will able to map this id, this id "ug:4d9d9df7-414a-402e-967d-995c01586224" is not an actual account id.
For example, For person alpha, account id is :
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Got it. I've seen users with usernames similar to the one you mentioned above due to Server-to-Cloud migrations. Have you checked if there is a user with this username by any chance? I'll browse around to see if we can find more info about it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, there is no user having "ug:4d9d9df7-414a-402e-967d-995c01586224" such username we have checked it.
Sure. Thank You
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bhakti Thaker, have you tried running the JQL below?
assignee = ug:4d9d9df7-414a-402e-967d-995c01586224
I came across a similar post here, where another member seemed to have found the actual user by running the JQL above. If you're not able to see it, what message do you get when you run it?
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.
Have you tried the same JQL with another user field type such as reporter, for example?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes, we tried it with reporters
and we are getting such as response
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I wonder what the diff is between the 2 are?
Eg if a user is set to be assigned using the account id 621a81398b8c2f002297ab25 and the error returned is "User 'ug:168f9cdc-ef22-4e74-65b5-c1f85394afdd' cannot be assigned issues"
What who 621a81398b8c2f002297ab25 vs ug:168f9cdc-ef22-4e74-65b5-c1f85394afdd be?
Please advise?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I wonder what the diff is between the 2 are?
Eg if a user is set to be assigned using the account id 621a81398b8c2f002297ab25 and the error returned is "User 'ug:168f9cdc-ef12-4e74-65b5-c1f85394afdd' cannot be assigned issues"
What who 621a81398b8c2f002297ab25 vs ug:168f9cdc-ef12-4e74-65b5-c1f85394afdd be?
Please advise?
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use the new JQL editor that displays the users in a human readable format:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @Daniel Turczanski - JQL Search Extensions .
I tried it but wasn't able to solve the our issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Make sure to follow the steps closely. Don't go to the filters view. The new JQL editor is currently available only in the Projects->Issues view.
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.