FHIR Chat · Jira filtering issues by ballot · committers/announce

Stream: committers/announce

Topic: Jira filtering issues by ballot


view this post on Zulip Lloyd McKenzie (Dec 12 2019 at 03:42):

Copied from #JIRA/Confluence (discussion/questions there please)
I finally have a function that will provide a list of issues that are tied to ballot comments. It works like this:
issueFunction in InBallot("2019-Sep - FHIR IG CDex R1 STU")
The text in the quotes is the ballot code as found in the BALDEF and BALLOT specification records.

view this post on Zulip Lloyd McKenzie (Dec 13 2019 at 04:52):

For anyone not following #JIRA/Confluence
Josh fixed a couple of things in Jira and the enhanced functionality now works. To filter for only issues that have negative votes for a given ballot:
issueFunction in InBallot("2019-Sep - FHIR IG CDex R1 STU", "NEG")

To search for 'open' ballots (those not withdrawn or otherwise resolved)
issueFunction in InBallot("2019-Sep - FHIR IG CDex R1 STU", "OPEN")

To search for negative and open ballots:
`issueFunction in InBallot("2019-Sep - FHIR IG CDex R1 STU", "NEG,OPEN")

If you want to you can search for AFFIRM or AFFIRM,OPEN too

If you have questions, holler


Last updated: Apr 12 2022 at 19:14 UTC