zephyr-sync
zephyr-sync copied to clipboard
Support custom fields interface.
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?