Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Automation rule to post contents of a card to Jira

Hi,

I'm looking to build an automation rule to post the contents of a Trello card to Jira (work management).

It seems you can build a rule that will create an issue or task but it does not contain any of the trello card content.

You can do this manually with the Jira button so the functionality exists, i'm just looking to automate it.

1 answer

0 votes
Hannah Morgan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 06, 2023

Hi @Ben Cuthbert ! What card contents do you need to see within Jira? Just the description? If so, your rule would need to look something like this:

when x happens, create a Jira "Task" with title "{cardname}" and description "{carddescription}" in project "x" in site "x"

Hey Hannah thanks for that!

Attachments as well would be a winner, is that possible?

Hannah Morgan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 07, 2023

It looks like the only fields supported by butler are title and description. Generally, would the attachments be added before or after the card is copied to Jira? If it's before, you could create a separate automation that adds the attachment links to the description.

Thanks so much! Before would work

Hannah Morgan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 09, 2023

@Ben Cuthbert let me know if you need help with the automation, but you'll need to use two variables in your rule:

{carddescription} (in order to not override the current description)

{attachmentlink}

So your rule would be something like:

"When an attachment is added to a card, change description to {carddescription} {attachmentlink}"

 

So the attachment links will always be at the bottom of the description. You may want to format it to make it easier to read like adding dividers or hyperlinking your attachment links. Eg. [{attachmentname}]({attachmentlink})

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events