Replies: 2 comments
-
I found a way to achieve this, not sure if this is the intended way though. Feel free to close the discussion if that's the case
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @namp10010, there is a jira issue comment add GHIN-1 "hello world from github actions" --no-input |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run jira-cli inside a github action and this is the current error
Is there anyway to just add a comment without any prompt?
On local machine I was able to achieve that by
However, as the github action runs the docker container with default entrypoint
/bin/jira
it will be too much hassle to change the entrypoint to achieve something that should be quite obvious.In general, is there a mode where no prompt is required so that jira-cli is more friendly with CI/CD automation?
Any help is much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions