I have a Confluence page that's embedding a JIRA issues macro.
We have quite a few custom fields and the macro sometimes breaks based on how much or how little data is returned.
Here is flavor one of the JQL query:
project = (project name) AND issuetype = "(issue type)" AND status in (Open, "In Progress", Reopened) and cf[11201] = '(field setting)' ORDER BY cf[11208] ASC, cf[11206] ASC, createdDate DESC
This returns an issue list just fine.
Then if the search is broadened by removing the custom field we were filtering on:
project = (project name) AND issuetype = "(issue type)" AND status in (Open, "In Progress", Reopened) ORDER BY cf[11208] ASC, cf[11206] ASC, createdDate DESC
We changed up which Macro we were using. We were using the standard JIRA macro and we switched to JIRA Saved Filter Select Columns
What kind of a custom field is it? I am guessing that one of the possible values of that field has a special character that breaks the rendering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, Jobin, Strangely, it's just a date field! And for all values it appears to be either a successful date, or NULL. Nothing else, that I can see! There are only 37 records that have this field filled in so far so it was easy to see them all and verify there's nothin' but Dates and Nulls here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That is indeed strange. You might want to raise a support ticket. And if you have free time, narrow down the list of issues to find if there is one specific issue that is breaking it ;)
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.