Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I delete a question in confluence questions once it has been asked?

Scott Ortel
August 11, 2014

How do I delete a question in Confluence Questions once it has been asked? How do I delete the sample questions?

1 answer

1 accepted

Suggest an answer

Log in or Sign up to answer
0 votes
Answer accepted
Gaston Valente
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 3, 2018

Manu,

You can try with an standard unit testing framework using a rest client inside each test.

Manu Mishra
Contributor
January 4, 2018

@Gaston Valente it would be great if you could let me know the process as i am quite new in this. 

Gaston Valente
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 9, 2018

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:

https://developer.atlassian.com/cloud/jira/platform/rest/#api-api-2-issue-issueIdOrKey-transitions-post

https://developer.atlassian.com/cloud/jira/platform/rest/#api-api-2-issue-issueIdOrKey-transitions-get

You can use a standard unit test framework to automate the execution or use a tool like postman.

TAGS
AUG Leaders

Atlassian Community Events