The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Using the REST API to add a personal label to a page

david.s.mittman
Contributor
November 22, 2019

I'm trying to add a personal label to a Confluence page via the REST API. My `/content/{0}/label` POST works for "regular" labels, but when I try to prefix my label with `my:`, which is what makes the label a personal label, the API returns http 500. Is this supposed to work and is broken, or is it no supported? Perhaps I'm not quoting the colon (:) properly. Anyone have a working example? I'm using Python 2.7 with the requests and json modules

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
david.s.mittman
Contributor
November 22, 2019

Ah, I think I found part of the answer. Personal labels have been deprecated as of Confluence 4.1, but they still work in some ways. I have to assume that, unless I'm doing something wrong with my example, that the feature to add personal labels via the API either doesn't exist, or is broken and won't be fixed.

TAGS
AUG Leaders

Atlassian Community Events