You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change for this issue seems to cause an error if attempting to override fixVersions.
jira resolve -ofixVersions="fixVersion1,fixVersion2" <ISSUE>
ERROR template: gojira:26:14: executing "gojira" at <.name>: can't evaluate field name in type string
Shouldn't the fixVersions override for this template use {.} not {.name}? .name makes sense if it's coming from the existing JIRA structure (i.e. line 508) but the override values array resulting from splitting by comma won't have .name so line 507 should reference {.} instead?
Or am I just using the fixVersions override incorrectly?
The text was updated successfully, but these errors were encountered:
This change for this issue seems to cause an error if attempting to override fixVersions.
Shouldn't the fixVersions override for this template use
{.}
not{.name}
?.name
makes sense if it's coming from the existing JIRA structure (i.e. line 508) but the override values array resulting from splitting by comma won't have.name
so line 507 should reference{.}
instead?Or am I just using the fixVersions override incorrectly?
The text was updated successfully, but these errors were encountered: