Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Uday_Reddy1
Contributor III
Contributor III

tJIRA component settings

Team,

 

Note: not able to insert or attach images:

 

I want to extract data from JIRA issues-fileds. postman sample response:

 

{

   "expand": "schema,names",

   "startAt": 0,

   "maxResults": 2,

   "total": 1603,

   "issues": [

       {

           "expand": "operations,versionedRepresentations,editmeta,changelog,renderedFields",

           "id": "6978451",

           "self": "https://onejira.XXXX.com/rest/api/2/issue/6978451",

           "key": "ABC-4",

           "fields": {

               "customfield_51618": null,

               "resolution": null,

               "customfield_50402": null

          }

       }

      {

           "expand": "operations,versionedRepresentations,editmeta,changelog,renderedFields",

           "id": "6978452",

           "self": "https://onejira.XXXX.com/rest/api/2/issue/6978452",

           "key": "ABC-5",

           "fields": {

               "customfield_51618": null,

               "resolution": known issue,

               "customfield_50402": null

          }

       }

   ]

}

I have URL, username/password and apikey info. But no option for apikey in tJIRA and giving error: Host validation failed for URL

 

Job: tJIRAInput ---main---> tLogrow

 

regards

uday

Labels (2)
1 Solution

Accepted Solutions
ppatel
Contributor III
Contributor III

Hello,

 

Please review the document link below which should guide you thru setting up the tJIRAInput component:

 

https://help.talend.com/r/en-US/8.0/jira/jira-component

 

The below link shows some tJIRA scenarios:

 

https://help.talend.com/r/en-US/8.0/jira/jira-scenario

 

In order to get all the information and use the tJIRAInput component please try the below setup:

 

tJIRAInput -> tExtractJSONFields -> tFileOutputJSON

 

Regards,

Pooja Patel

View solution in original post

1 Reply
ppatel
Contributor III
Contributor III

Hello,

 

Please review the document link below which should guide you thru setting up the tJIRAInput component:

 

https://help.talend.com/r/en-US/8.0/jira/jira-component

 

The below link shows some tJIRA scenarios:

 

https://help.talend.com/r/en-US/8.0/jira/jira-scenario

 

In order to get all the information and use the tJIRAInput component please try the below setup:

 

tJIRAInput -> tExtractJSONFields -> tFileOutputJSON

 

Regards,

Pooja Patel