Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Can't delete a Permission Schema with a "+" symbol in the name

Xabier Davila November 7, 2012

Hi,

I've created a Permission Schema containing a + symbol in it's name.

Now, I cannot edit the schema nor delete it.

Can you help me getting rid of it?

Also, it'd be good to add some validation to schema names to avoid this issue in future versions.

Thanks

xab

3 answers

1 accepted

2 votes
Answer accepted
rverschoor
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.
November 8, 2012

This bug has been reported in https://jira.atlassian.com/browse/CRUC-6257.
To delete the scheme you first have to change the name in the database to get rid of the '+'.
You can then delete the scheme from the Administrator interface in FishEye/Crucible.

  • Stop FishEye/Crucible.
  • Run the following SQL on your database:
    UPDATE cru_perm_scheme SET cru_name = '<new_name>' WHERE cru_name = '<old_name>';
    E.g. if you created a permission scheme "devs+qa", run te following query:
    UPDATE cru_perm_scheme SET cru_name = '<devsqa>' WHERE cru_name = '<devs+qa>';
  • Start FishEye/Crucible.
  • Go to the Administration pages and delete the renamed permission scheme.

0 votes
Conor
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 8, 2012

I have confirmed this is a bug

https://jira.atlassian.com/browse/FE-4359

0 votes
Zul NS _Atlassian_
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 7, 2012

Unable to reproduce in 5.1. Can you provide the steps to reproduce and error logs?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events