Stream: IG creation
Topic: JIRA spec file not getting default workgroup
Jean Duteau (Jul 28 2021 at 20:21):
When my guide is created, the new JIRA spec file doesn't have a defaultWorkgroup in it:
<specification xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ballotUrl="http://hl7.org/fhir/us/icsr-ae-reporting/2021Sep" ciUrl="https://build.fhir.org/ig/HL7/icsr-ae-reporting" defaultVersion="0.1.0" defaultWorkgroup="" gitUrl="https://github.com/HL7/fhir-icsr-ae-reporting" url="http://hl7.org/fhir/us/icsr-ae-reporting">
It then obviously doesn't match what is in GitHub. Does someone know how I get it to have the proper default workgroup?
Lloyd McKenzie (Jul 28 2021 at 21:04):
Are you declaring the WG in your IG contact?
Jean Duteau (Jul 28 2021 at 21:29):
i think so:
"contact": [
{
"name": "IBM FDA BEST Project - Data Standards Team",
"telecom": [
{
"system": "url",
"value": "http://hl7.org/Special/committees/brr/index.cfm"
}
]
},
{
"name": "Jean Duteau",
"telecom": [
{
"system": "email",
"value": "mailto:jean.duteau@ibm.com"
}
]
}
]
Lloyd McKenzie (Jul 28 2021 at 22:28):
Your URL is wrong. Should be hl7.org/Special/committees/rcrim/index.cfm
Jean Duteau (Jul 28 2021 at 23:25):
i had that first and it didn't matter.
Lloyd McKenzie (Jul 28 2021 at 23:31):
It definitely matters in terms of the hyperlink working. Strip the "/index.cfm"
Jean Duteau (Jul 28 2021 at 23:44):
by "it didn't matter", I meant that it didn't set the defaultWorkgroup. I stripped the "/index.cfm" part and that worked.
Last updated: Apr 12 2022 at 19:14 UTC