When writing JQL queries, if I use drop down fields in my query - Ex: Assignee = Joe, the same is converted in the query string to something like "assignee = 5c0fb62c2c86c94ac7c77af5" and so when I relook this filter I have no clue what values the results are filtered on. Anyone seen this or know how to fix this?
Hi @seemak ,
Due to recent GDPR changes, referencing user fields (such as reporter, assignee) now require the property id to be set with a user's account ID rather than using name.
Dear Ollie,
Thank you so much for responding. I can not clear how to solve this. Assignee is a system defined field and drop down values are coming from the system. Is there anything I can change here so my queries display the correct user name strings?
Sorry if my question is too basic. I frankly did not research too much as I am in the middle of several things. In case you know the solution it would help me immensely.
Thanks,
Seema.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need specify the accountId in the REST API to return the users of your Jira Cloud site.
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.