-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
- I'd be willing to implement this feature (contributing guide)
Describe the user story
Currently, as per the discussion (#2783 (comment)) the ADDRESS and ID in the import command is only available as part of the COMMENT_ARGS
workflow variable. It would be great to have a dedicated variable for this so we could better handle customizations.
Describe the solution you'd like
Dedicated custom workflow variables for ADDRESS and ID to customize import.
Describe the drawbacks of your solution
I am not aware of any.
Describe alternatives you've considered
Currently, I am using the COMMENT_ARGS
. That said, this variable is supposed to hold commands after --
.
krrrr38, Alex-Mussell and simoon78