Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Is it possible to get the history JIRA using the REST API in trestclient

hello I am using JIRA from atlassian,how i can have in trestclient all history in JIRA "expand = changelog" using JIRA REST API
i'm using expansion like this:https://adress/rest/api/3/search?jql=projectName&expand=changelog and I don't know where to add the "changelog" in trestclient to get the history
thanks
 


 
 
 
 
 
 
Labels (2)
5 Replies
Anonymous
Not applicable
Author

Hi
There is a special JIRA component tJiraInput that retrieves the issue information based on a JQL query or retrieve the project information based on a specified project ID from JIRA., have you tried it? Take a look at the component documentation on THC.
https://help.talend.com/reader/4Pys67XHbQ8_54swtlYR3g/6Cy2HDMCYAKPcBBjdq~iug

Regards
Shong
KHouwald1674725066
Contributor
Contributor

Hello,

How can I use the 'expand' parameter in JQL in tJiraInput?

 

JQL : "project = XXXX and resolution = Unresolved" works fine but

JQL : ""project = ITSGD and resolution = Unresolved" and expand=changelog"

returns "Field 'expand' does not exist or you do not have permission to view it".

The same when used with specific issue number.

 

 

Anonymous
Not applicable
Author

@Katarzyna Houwald​, Does it work if you run the JQL in JIRA? I am not a JQL expert, I have the same error when I tested, I suspect 'expand' is not a supported Field name.

 

 

 

 

KHouwald1674725066
Contributor
Contributor

Hi, it does not work in Jira also, with the same error message, so I already know that this is the problem with the user's privileges.

Anonymous
Not applicable
Author

OK, go to check and manage the user's privileges, keep us know if you get it working.