Hi! We are trying to integrate JIRA with our automation framework to create issues as and when our tests fail.
We have used a listener to invoke JIRA transition where we passed Project, issue type, credentials and JIRA url.
However when we run the suite, we are given an error message:
net.rcarz.jiraclient.JiraException: Project 'Project name' or issue type 'Bug' missing from create metadata. Do you have enough permissions?
The credentials passed are individual ones using which we are able to create tickets manually.
Could anyone help with what I am missing in this? Thanks!