Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
MFundarek1649839991
Contributor
Contributor

Closing Jira issue from Talend

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?

Labels (4)
5 Replies
Anonymous
Not applicable

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

 

Anonymous
Not applicable

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

MFundarek1649839991
Contributor
Contributor
Author

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"

 }

}"

MFundarek1649839991
Contributor
Contributor
Author

Raymond, the topic is about closing the issue, not about extracting information.

Anonymous
Not applicable

@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.