CURL DELETE COMMAND

abha10 June 23, 2016

Hi, I'm trying to delete a tab and remove a field from tab using REST API and CURL command. Currently i'm using below cmd line but its not working its giving below error even through tab id is correct.

 

{"errorMessages":["Tab with id 10,111 does not exist"],"errors":{}}

 

curl -D- -u <JIRA Admin Username>:<JIRA Admin Password> -X DELETE -H "Content-Type: application/json" http://localhost:8080/rest/api/2/screens/{screenId}/tabs/{tabId}

1 answer

0 votes
Petar Petrov (Appfire)
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 Leaders.
June 23, 2016

You say the tab id is correct, but are you sure the screen id is correct? The REST call seems correct.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 23, 2016

Last time I looked, the numbering for screens and tabs started at 10000, so I'd check the numbers you're using in the call.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events