Jquery to delete a specified label from confluence

Dinoj D December 9, 2013

Please help anyone to write Jquery function to delete a specified label from confluence

6 answers

1 accepted

0 votes
Answer accepted
Dinoj D December 26, 2013

Thanks Stephen. I have tried the following and its working well

jQuery.post(contextPath+"/json/removelabelactivity.action", {"entityIdString": "$content.id", "labelIdString": jQuery(this).val(), "atl_token": jQuery("#atlassian-token").attr("content") } ,function(){

alert("label removed from page");
});

Dinoj

0 votes
Stephen Deutsch
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.
December 10, 2013

Hi Dinoj,

I don't really have time to write it for you, but if you just want to know how it's done, you can check out this code snippet:

http://pastebin.com/c58hZssb

Basically, instead of "addlabelactivity.action", you need to use "removelabelactivity.action". Hope that helps!

Stephen

Dinoj D December 16, 2013

Thank Stephen...will try and let you know..

Cheers

Dinoj

0 votes
Dinoj D December 10, 2013

Hello,

If some one have some idea, let me know..please..

Thanks..

0 votes
Dinoj D December 9, 2013

Hi Matthew,

What I trying to do is that I will generate some list of names with checkbox options. the selected label would be added if I check the box and delete the label if uncheck the box.

For adding , I got some idea from https://answers.atlassian.com/questions/22344/how-do-i-add-labels-to-a-page-using-a-user-macro

It would be great if you help to delete in the same way..

Thanks Matthew for your comments.

Cheers!

Dinoj

0 votes
Dinoj D December 9, 2013

Hi Matthew,

What I trying to do is that I will generate some list of names with checkbox options. the selected label would be added if I check the box and delete the label if uncheck the box.

For adding , I got some idea from https://answers.atlassian.com/questions/22344/how-do-i-add-labels-to-a-page-using-a-user-macro

It would be great if you help to delete in the same way..

Thanks Matthew for your comments.

Cheers!

Dinoj

0 votes
Matthew J. Horn
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.
December 9, 2013

Dinoj,

What are you trying to accomplish? Hide/remove a label from a page? Or are you trying to delete it from the labels list? In either case, I am not really sure jQuery is the right answer. Maybe you are trying to do something else that I am not aware of?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events