Stream: IG creation
Topic: Jira warning in IG qa 2
Rob Reynolds (Apr 07 2021 at 02:05):
@Lloyd McKenzie
I followed the instructions in the warning, created a PR, and it was merged.
However, during that process, I noted some things were in the jira-current that weren't in the jira-new file (like versions and specification attributes) and manually added those before the merge (I actually had to add the versions in order to merge). But now the publisher continues to generate the jira-new without those things so there's a mismatch with jira-current and the Warning remains in qa.html
I can't figure out how to get the publisher to generate those additional items (ciUrl, defaultVersion, defaultWorkgroup, and the versions):
image.png
gitUrl and url stick around somehow so I thought I might find their settings in some config file and then add values for the others, but I can't find their values anywhere (I think they must be getting generated).
Everything else in the two files is synchronized... how do I get these last few items to sync?
Rob Reynolds (Apr 07 2021 at 02:13):
Also, the deprecated versions stick around somehow (but only the deprecated versions). No idea how.
Lloyd McKenzie (Apr 07 2021 at 02:37):
The versions come from your package-list.json. If you have versions in your Jira file that aren't in the generated Jira, that means they're missing from your package-list.json (and should be added). Deprecated versions are carried forward and aren't expected to be in the package-list.json (though they can be).
Lloyd McKenzie (Apr 07 2021 at 02:37):
(and should be if they've ever actually been published)
Rob Reynolds (Apr 07 2021 at 02:58):
I originally thought the versions should be coming from the package-list.json, but they're in package-list.json and not in the generated Jira so I thought that must not be the case: package-list.json. (guess I should have stuck with that original thought :grinning: thanks for clarifying! )
Rob Reynolds (Apr 07 2021 at 10:47):
@Lloyd McKenzie Given the package-list.json I posted above (which includes the versions) any thoughts on why versions are in my Jira file but missing in the generated Jira? (or really, why they're in my package-list.json [which matches my Jira file] but missing in the generated Jira)
Rob Reynolds (Apr 07 2021 at 10:49):
Also, thoughts on the missing attributes in the specification element and how to resolve those?
Rob Reynolds (Apr 07 2021 at 10:49):
(trying to get this resolved before the CQI WG meeting on Friday)
Last updated: Apr 12 2022 at 19:14 UTC