Hi,
Great work done with this library.
I am successfully able to send a comment to a jira case as I show it on the picture below:

I am new to javascript and there is no steps on my config.json file about: jira comment [options] <issue>,[text]
But it works fine for me.
However, is there any other way of running the comment command apart from that?
"test": "npx wdio run ./wdio.conf.js && jira comment JIR-571 [text]"
Any sample code to see it in action and for me to get some inspiration?
Hi,

Great work done with this library.
I am successfully able to send a comment to a jira case as I show it on the picture below:
I am new to javascript and there is no steps on my config.json file about:
jira comment [options] <issue>,[text]But it works fine for me.
However, is there any other way of running the comment command apart from that?
"test": "npx wdio run ./wdio.conf.js && jira comment JIR-571 [text]"Any sample code to see it in action and for me to get some inspiration?