In its most basic form, I have created a workflow that attemps to create a jira ticket on JIRA cloud. For this, I have installed a JIRA node.
th eproblem is that it does not give a list of projects, neither list of issue types. I have manually filled them in and still the node generates error.
Credentials are good because the same ones are used with another node “Get Issue status” and it all works well.
I have spent a few hours here and there with no success. I would be grateful to any help or orientation
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Dear @solomon , thank you so much. Unfortunately, I am not this technical to create a http request. My idea is to use the JIRA node on Jira Cloud with API key. I have validated each component individually. In other words:
When using the “get issue” node of JIRA with same credentials => It works => Credentials are correct;
From there, the node does not display the project even manually => I guess the node has an issue.
I would be grateful if it works for anyone. I have made 4 different installations ( dockers, npm based and it all yields to same issue and result).
I have activated the log with high log level, but it does not show low level calls to identify the issue.
In the meantime, for referene to any future user. There is a short workaround ,it is to use the project ID ( numeric number and not to confuse with the key ID). In my case, I could figure out that project ID to work on is a number such as 10004 and Issue Type ID is not to confuse with Issue type key id : it is a pur enumeric number. From there, it did the trick for now. However I would be grateful if the select box ( drop box) would work to make it error prone