ctco / zephyr-sync

Tool to synchronize test results to Zephyr (test management add-on for JIRA)
21 stars 28 forks source link

Support custom fields interface. #17

Open chamElE0 opened 6 years ago

chamElE0 commented 6 years ago

How can I add new test result if I have custom fields on "New test creation" screen in Jira?

I think It will be cool to add some interface to solve it problem For example, you can add custom fields and it values in pameters? java -jar zephyr-sync-cli-${zephyr-sync.version}-all-in-one.jar --customFieldName=CustomField --customFieldValue=CustomFieldValue --username=SPCABC --password=123456 --reportType=cucumber --projectKey=ABC --releaseVersion="Release 2.1" --jiraUrl=http://jira.yourcompany.com/rest/ --reportPath=build/cucumber-report/report.json

What do you think?