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
fields values to add/removed are not always string
for example to add/remove a version the name or id must be used:
issue.add_field_value('fixVersions', {'name': version})`
or
`issue.add_field_value("fixVersions", {"id": fix_version.id})`
Closes: #1724
0 commit comments