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
"Find in commit messages" works well, here job's log
Run atlassian/gajira-find-issue-key@master
Searching in string:
refs/heads/feat/LEAR-9/action
Detected issueKey: LEAR-9
Saving LEAR-9 to /home/runner/.jira.d/config.yml
Saving LEAR-9 to /home/runner/jira/config.yml
But on "Comment on issue" there is this error
Error: Jira API error
at Jira.fetch (/home/runner/work/_actions/atlassian/gajira-comment/v2.0.2/dist/index.js:1:63248)
at processTicksAndRejections (internal/process/task_queues.js:93:5) {
req: {
method: 'POST',
body: '{"body":"mycomment"}',
url: '***/rest/api/2/issue//comment'
seems that url is malformed because missing issue-id
The text was updated successfully, but these errors were encountered:
andreava
added a commit
to andreava/gajira-comment
that referenced
this issue
Mar 2, 2021
Hi, I trying to use this action.
Here my setup
"Find in commit messages" works well, here job's log
But on "Comment on issue" there is this error
seems that
url
is malformed because missingissue-id
The text was updated successfully, but these errors were encountered: