Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I was able to Create a new JIRA issue, get details of a given issue, but I don't see how a JIRA issue can be closed using Talend JIRA components. I understand JIRA transitions should be used. Is this supported by Talend?
Hello,
There is no a specific component for closing jira issue in talend now. You are able to updating an issue in JIRA application.
Here is online documentation about: TalendHelpCenter: Updating an issue in JIRA application
Best regards
Sabrina
Hi
Have you tried to use 'update' action to update the status field? Note that the field should be available in the 'edit issue' screen, as explained in this page.
Regards
Shong
Shong, the page you are referring to talks about update of attribute of an issue. I'm told Issues are closed in JIRA using the following API:
"http://jira:8080/rest/api/2/issue/STT-2/transitions"
and body
"{
"update": {},
"transition": {
"id": "41"
}
}"
Raymond, the topic is about closing the issue, not about extracting information.
@Matej Fundarek, can you open a jira issue to our R&D team? they will investigate the possibility of closing a jira issue using API.