redash
redash copied to clipboard
Jira can not get assigner, reporter, assignee
Issue Summary
A summary of the issue and the browser/OS environment in which it occurs.
Steps to Reproduce
-
This is the first step I write a query with JQL jira:
-
This is the second step, etc. I dont see any assigne of issue
Any other info e.g. Why do you consider this to be a bug? What did you expect to happen instead? Hey this is a bug in jql, how about get assignee of issue
Technical details:
- Redash Version: 10.1
- Browser/OS: Chrome Version 116.0.5845.111
- How did you install Redash: Docker
If you (somehow) run the exact same query directly on your data source, does it return the same list of stuff? ie missing some of the columns like assignee
, reporter
, and so on?
Asking because I'm not sure if the problem is in the data coming from our JQL data source, or of the problem is in Redash filtering out specific columns for some reason.
My guess (without knowing any better) is that the JQL data source isn't returning those columns for some reason. What that might be though, I have no idea.
Hmmm, does Jira have user or developer forums where people can ask questions about stuff like that?
Hi ask for field like assignee.displayName
apparently jira has made this field a JSON and Redash Parser is not able to parse that