How do I delete a question in Confluence Questions once it has been asked? How do I delete the sample questions?
Manu,
You can try with an standard unit testing framework using a rest client inside each test.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Manu,
This is the way we usually do regression and unit test of jira workflows.
Jira provides a rest api that allows you to execute actions in jira, for example transitions.
When you execute a transition several things get executed:
- Validations
- Conditions
- post functions
You can use the rest api to query the jira instance and validate the execution and desired effect of the logic added to a workflow.
Here you can find the api for transitions:
You can use a standard unit test framework to automate the execution or use a tool like postman.
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.