Hi,
I've integrated our JIRA account with some project in CCI 2.1
The job about the Jira notify is passed but there some error message inside the job's log -
This job is passing, however another job in workflow is running
Results from Jira:
{
"acceptedBuilds": [],
"rejectedBuilds": [
{
"key": {
"pipelineId": "testilize",
"buildNumber": 403
},
"errors": [
{
"message": "Either issueKeys or associations must be specified."
}
]
}
]
}
Also, I don't see any indication about JIRA integration inside the workflow dashboard and also no inside the deployed jira issue under the deployments section over there.
I've also have github integration and it seems ok over there (inside the jira issue).
cci config.yml ::
workflows:
build:
jobs:
- build:
context:
- jira-integration
post-steps:
- jira/notify
stack details::
circleci/jira@1.3.1
jira cloud
CCI 2.1
node 14.18.1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.