There are a few ways to integrate JIRA with Trello and vice versa. None that I've found have exactly matched what I'm looking for, so anyone that could point me in the right direction (even if that's, well this doesn't exist write it yourself) is much appreciated!
-------
I'm looking for a way to automatically add cards to Trello when tickets, matching specific criteria (e.g. Issue-Type-X) are created in JIRA. I would like these cards to contain a link to that issue, and the main content of the card (title) to match PROJECT-ID####: Summary_Here.
Example:
The integrations I have seen so far allow me to import tickets to Trello with two caveats:
1. It's not automated.
2. It does not allow for secure redaction.
Point #2 - Secure Redaction: By this I mean there may be contents in the ticket(s) that are sensitive or may have a security impact for the organization. I would like to refrain from increasing the number of locations that that type of information can be found- meaning I want the tickets to only contain that summary, rather than the summary+chunks of technical information.
Any help with this would be awesome. Thank you!
@nin-ack this doesn't exist, but you could use Trellinator to write this yourself:
There's an undocumented feature in Trellinator for custom webhooks, basically you create a sheet in the Trellinator Google Sheet called "Custom Webhooks" and then put a function name in there, then that function will get the chance to handle any inbound requests, like this:
https://gist.github.com/iaindooley/d5764a26468977f58c394be4fcf2f6ae
You can then use this URL as your webhook endpoint coming out of Jira:
https://www.theprocedurepeople.com/forward-gas-service/SCRIPTID/
where SCRIPTID is from the deployed web app URL.
You can also deploy your own instance of the Trellinator Buffer so you don't have to go via the TPP URL above:
https://github.com/iaindooley/trellinator-buffer
You could also use Zapier to do this by accepting a webhook from Jira, and using javascript bits in Zapier to do your redactions, it'll be more fiddly and more expensive than using Trellinator though, Zapier always bites your ass in the long run ;)
How do I do just the first part of the request in the original question? To "automatically add cards to Trello when tickets, matching specific criteria (e.g. "XYZ" Board) are created in JIRA. "
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@nin-ack There is a way to do exactly what you want! Here are some links that should help :)
https://blog.trello.com/trello-unito-power-up
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.