I am using the Jira Get API endpoint (/rest/api/2/search) to get all issues, but the issue objects being returned do not have certain fields in the fields object, such as the "assignee" field returning null. I tried specifying that all fields should be returned by adding "*all" to the fields query in the endpoint and yet it returns the same results. How do I specify the "assignee" field?
I want that if the item is assigned to me or other person, I can get the name
Issues do have assigned people.
When I use assignee = currentUser() it shows the assigned person, but when I put that API in Power BI it doesn't show me a table with data.
I don't know where I can check permissions.
Hello all,
I have a similar behavior, what I can add here, the issue as an invalid assignee, meaning a no longer active user.
Also, if I use the /rest/api/2/issue, the proper username (from the inactive user) will be retrieved. But not if is searched, /rest/api/2/search?jql=, this way , it will return null.
any comments ?
Thanks
If issue is assigned to some user it should show the values, could you please check the issue details by passing the issue key value
/rest/api/2/issues/issuekey
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
what you are seeing on the screen is the field for assignee and will be populated if issue was infact assigned.
Please confirm issue is in fact assigned (and not "unassigned").
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.