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.
JIRA REST - Print JIRA field in Testlink cases
Moderators: Amaradana, TurboPT, TL Developers
Re: JIRA REST - Print JIRA field in Testlink cases
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
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