Forum Discussion
That's a bummer :-( , shouldn't be forced to remove features from JIRA if your a new TestComplete user. only solution i can think of is build a new project for just automation tickets.
Novari-QA wrote:
That's a bummer :-( , shouldn't be forced to remove features from JIRA if your a new TestComplete user. only solution i can think of is build a new project for just automation tickets.
You shouldn't have to create a new project, just change your required fields. The custom attributes can still be there, just make sure that they aren't marked as required. The JIRA interface is clearly documented on this (as per Marsha_R's quotation) so it shouldn't be a surprise.
HOWEVER... the JIRA interface IS a ScriptExtension... meaning that you can open the TCX file to gain access to the source code and make whatever customizations you want to. I'd recommend, if you do so, that you rename the extension and deselect the pre-installed one so that, on upgrade of TC, you don't lose your customizations. So, it is possible that you can still use your custom attributes, you'll just need to modify the script extension to support them.
- Novari-QA8 years agoFrequent Contributor
That is a great option, I think I will go with that.