FHIR Chat · Filter JIRA issues to one FHIR specification? · implementers

Stream: implementers

Topic: Filter JIRA issues to one FHIR specification?


view this post on Zulip Nick Radov (Dec 11 2019 at 20:01):

For Jira issues how can I filter to just one FHIR Specification? For example let's say I want to only see issues for the Da Vinci Prior Authorization Support (PAS) implementation guide. I can customize the issues view to display the Specification column. But when I try to filter on that field it shows "Specification is not applicable for the current project and/or issue type." Am I missing something?
https://jira.hl7.org/issues/?filter=-4
Specification.png

view this post on Zulip Lloyd McKenzie (Dec 11 2019 at 21:50):

You need to select project=fhir and issueType = the 4 issue types supported for FHIR. If you do that, then specification will be enabled. And once you pick specification, then artifacts and pages will be available

view this post on Zulip Simone Heckmann (Apr 23 2020 at 08:49):

I have the same issue trying to filter for Issues with "status"= "resolved- change required" and "Resource Type"="Encounter", but I can't select Resource Type...
image.png
I get the same message as Nick "Resource Type is not applicable..."

view this post on Zulip Jose Costa Teixeira (Apr 23 2020 at 09:13):

Hi Simone

view this post on Zulip Jose Costa Teixeira (Apr 23 2020 at 09:14):

You can change the JQL directly.

view this post on Zulip Jose Costa Teixeira (Apr 23 2020 at 09:14):

status ="Resolved - change required" AND "Related Artifact(s)" ~ Encounter ORDER BY updated DESC

view this post on Zulip Jose Costa Teixeira (Apr 23 2020 at 09:14):

is this what you are looking for?

view this post on Zulip Jose Costa Teixeira (Apr 23 2020 at 09:17):

(JQL = Jira Query Language. to edit the JQL query directly, click on "advanced" and then you can see the query)
image.png

view this post on Zulip Simone Heckmann (Apr 23 2020 at 09:20):

Yes, that works, thanks! I was under the assumption that JQL would return the same error, but apparently not...

view this post on Zulip Melva Peters (Apr 23 2020 at 12:39):

For the issue type, you need to select each individual type (there are 4) - you can't select ALL. Once you select the individual issue types, you will be able to select other filters.

view this post on Zulip Lloyd McKenzie (Apr 23 2020 at 14:45):

It's an unfortunate side effect of the plug-in we use that allows the drop-downs for pages, artifacts, versions, etc. to be specific to the chosen specification


Last updated: Apr 12 2022 at 19:14 UTC