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
`IssueSetCommandByNameWithObject` was created to support objects w/o breaking the API. In next major release, `IssueSetCommandByName` should be updated to support object type so `IssueSetCommandByNameWithObject` can be removed.
Describe the solution you'd like
Change `IssueSetCommandByName` API signature so `settings` parameter type is `map[string]interface{}`
Describe alternatives you've considered
Have you considered any alternative solutions or workarounds?
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
Relevant Package [REQUIRED]
This feature request is for Command ClientDescription [REQUIRED]
`IssueSetCommandByNameWithObject` was created to support objects w/o breaking the API. In next major release, `IssueSetCommandByName` should be updated to support object type so `IssueSetCommandByNameWithObject` can be removed.Describe the solution you'd like
Change `IssueSetCommandByName` API signature so `settings` parameter type is `map[string]interface{}`Describe alternatives you've considered
Have you considered any alternative solutions or workarounds?The text was updated successfully, but these errors were encountered: