JIRA REST - Print JIRA field in Testlink cases

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
psantoni
TestLink user
Posts: 1
Joined: Sun Oct 22, 2017 9:41 am

JIRA REST - Print JIRA field in Testlink cases

Post by psantoni »

Hello,
We are currently using the REST API for JIRA with Testlink and everythings works fine.
Some of our users have requested for the following JIRA fileds to be accessible in Testlink, we executing a test case :
- Dropdown list allowing user to select a reporter from JIRA user lists.
- Dropdown list allowing user to select a assignee from JIRA user lists.
- Dropdown list allowing user to select a option from JIRA "Fix Version/s" field.
- Print JIRA "Priority" field value fro the issue in the execution test (in Testlink).

I have read a lot of documentation, but it seems that the REST API does not handle this kind of case.
Do you have any recommendations regarding this topic ?

Best regards,

Pascal Santoni.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: JIRA REST - Print JIRA field in Testlink cases

Post by fman »

custom development is needed

1. why do you need to select reporter?
TestLink will assign reporter = user executing test on testlink, if you have user on both systems aligned (not a big work)

2. IMHO worker assignment has to be done on JIRA side
Post Reply