Create Schedule Command with Bulter

Arinze Onyiah December 10, 2022

Hi

Its my first time using the create schedule command, and I am not sure why I need to use the option of creating URL requests. Could use an explanation

1 answer

1 accepted

0 votes
Answer accepted
Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 11, 2022

Hi @Arinze Onyiah and welcome to the community,

Are you referring to this field?

scheduled trello.png

If yes, then you can read more about http requests here https://support.atlassian.com/trello/docs/issuing-http-requests/

On the above link there is an example which may help you understand, and the idea is that you get information from another endpoint and you use the data on your cards:

Example:

The following Card Button command will post a comment with data extracted from a JSON file that is retrieved with a GET request:

get url "https://example.com/movie-search?q={cardname}", 
and post comment "Result count: {httpresponse.relatedMovies.length} \n\n First result: {httpresponse.relatedMovies[0].title}"

 Let me know if the above helps.

Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 19, 2022

@Arinze Onyiah hi!

Did my answer helped you resolve you problem? If yes, kindly mark my answer as accepted in order to help others with similar questions. Thank you!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events