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

Enable PowerUp API

Gaurav Srivastava May 24, 2020

I wanted to created a custom field on Trello board. So, I used below REST API as per Trello documentation.

https://api.trello.com/1/customFields?modelType=board&name="Total"&type=number&pos=bottom&key={key}&token={token}&idModel={boardId}

This throw an error saying power up is not enabled for the board.

So, I tried to enable power up with below API.

https://api.trello.com/1/boards/{boardId}/powerUps?value=customFields&Key={Key}&token={token}

Now I key "invalid key" error. 410 unauthorized error. I am passing key and token in query param. And for all API like board create, card, list everything works fine. But for it doesn't work for power up enable through API. Any suggestion?

 

 

1 answer

1 accepted

0 votes
Answer accepted
Iain Dooley
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 25, 2020

@Gaurav Srivastava you don't post the name customFields you need to pass the id of the customFields powerup, you can see my enableCustomFields function in Trellinator here:

https://github.com/iaindooley/trellinator-libs/blob/master/Board.js#L633

Gaurav Srivastava May 25, 2020

Thank you @Iain Dooley If you see the documentation https://developer.atlassian.com/cloud/trello/rest/#api-boards-id-powerUps-post this confuses somewhat.

curl --request POST \ --url 'https://api.trello.com/1/boards/{id}/powerUps?value={value}'

where value can be calendarcardAgingrecapvoting.

Iain Dooley
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 25, 2020

@Gaurav Srivastava the only valid values listed for that endpoint are:

calendarcardAgingrecapvoting

Gaurav Srivastava May 25, 2020

I see. Seems that is not valid too.

 

Untitled.png

So, trying with pluginId with this URL

https://api.trello.com/1/boards/{boardId}/boardPlugins?idPlugin={customFieldId}&key={Key}&token={token}. Getting "The requested resource was not found." Seems something is missing my end.

Iain Dooley
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 25, 2020

@Gaurav Srivastava well I can tell you with 100% certainty that the function I have written works, so keep trying ;)

Like Gaurav Srivastava likes this
Gaurav Srivastava May 25, 2020

You are 100% correct. I gave wrong boardId. My bad. Appreciate your help. :)

Like Iain Dooley likes this
Wouter July 13, 2021

Now to be found at line 654, here is a working link.

Iain Dooley
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 13, 2021

@Wouter actually the ability to enable power ups through the API was removed recently so if you try you will get an authorisation error.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events