Looking for step by step guide to set up SDK and Executing APIs
Hi,
My end goal to add version in database which is not available.
The path is "Work Item" -> Enumerations -> versions -> Add Literals
Here i will provide "Name" and "ID" so that it will add a version which will be used by developer to tag their tickets.
For my automation, s i am new to RTC, i am bit confused how to set up and choose right API.
Any help is highly solicited.
Thanks,
Jitendra Lenka
One answer
As far as I can tell, you do not want to use any API. You want to configure the work items and maybe perform Attribute customization - configuring/customizing the work item attributes and create custom enumerations etc.
Please note that "Found In", "Planned For" refer to a versioning mechanism to represent in which version of a software the issue was found and when it is planned to be fixed.
You can add a custom attribute. Which type depends. You can create a custom enumeration for the versions, you can maybe use a string or string list and an HTTP filtered value set.
Please see https://jazz.net/library/article/1093 for an overview how to configure work items.
Please see https://rsjazz.wordpress.com/2022/11/25/ewm-attribute-customization-introduction/ for an introduction to attribute customization.