Hi, I added Adaptivist plugin test management tool for JIRA. I want to create the BDD test cases but in the options it is only showing for plain text and Step by Step.
Can someone pls tell how to bring the BDD menu in the test script.
Not really.
Add-ons do different things in different ways, and the method for establishing if one type of add-on is used is wildly different for another, hence there's no way to actually code anything for this.
For example, to find out if the JIRA Suite Utilities is used (and this is just one function of that add-on, not all of them), you need to search the workflows for use of the classes it provides. Easiest way is an xml export and a text search. But an addon that provides a field - run a search for <field is not empty>. Or a reporting add-on - you'd really need to search the access logs to see if anyone is hitting the reporting urls.
There are some things you can do, but there's no way to do a comprehensive search. At some point, you need to make the call and go for "turn it off and see who screams" because it's less effort than the detailed searching you need to do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.