RPE - Get JIRA JSON with Data Source Configuration
Hi there -
Accepted answer
Comments
Pierre,
Hi David,
You could use Dynamic Data Source configuration element for reconfiguring data source. RPE ships many such examples. See DNG_Module.dta or other DNG templates.
RPE knowledge center should have more details about DSC element.
https://www.ibm.com/support/knowledgecenter/SS6RHZ_6.0.6/com.ibm.rational.pe.overview.doc/topics/c_whats_new_606.html
Thanks,
Kumar
1 vote
Sorry - duplicate.
Hi Kumar,
Hi
In the dynamic configuration proprieties,you can define a script to set the URI
Note that is your credential are different in DNG and JIRA you can set them up there.
http://localhost:8080/jira/rest/api/2/issue/TEST-10
Assuming that the front is constant,
you could define a variable where the default is that string :
_jiraULR = "http://localhost:8080/jira/rest/api/2/issue/"
and do something like
1 vote
Hi Pierre -