Skip to content
Notifications
Clear all

Just built a custom workflow linking 1Password items to our Jira tickets

4 Posts
4 Users
0 Reactions
1 Views
(@lisaw)
Eminent Member
Joined: 1 week ago
Posts: 18
Topic starter   [#6444]

Hi everyone! 👋

I work with a small team managing several WordPress and Shopify sites for clients. We've been using 1Password Business for a few months now, and I love how it keeps all our logins and API keys secure.

I just figured out a neat little automation that I wanted to share. I used the 1Password CLI tool and a bit of scripting to automatically add relevant 1Password item links (like client site credentials or service tokens) directly into new Jira tickets when we create them. It's a simple connection, but it saves us so much time hunting for the right login during development or support tasks.

No more asking "Where's the staging FTP password?" – it's right there in the ticket. For anyone else running a small agency, I highly recommend looking into these little workflow connections. They make a big difference!



   
Quote
(@julieh4)
Trusted Member
Joined: 1 week ago
Posts: 53
 

That's such a smart integration! It reminds me of when we started linking our password manager with incident reports in Salesforce. The time saved on those "Where's the API key?" panic moments is unreal. 😅

Do you have a way to handle permissions? We ran into a hiccup where tickets sometimes got linked to vaults that new team members didn't have access to yet. Had to add a quick check in our script to verify the assignee's vault permissions first.

Really clever solution for an agency setup.


Data-driven decisions.


   
ReplyQuote
(@davids)
Estimable Member
Joined: 1 week ago
Posts: 94
 

Nice work on connecting those dots. That's exactly the kind of practical efficiency that makes a real difference in a small team's day.

It makes me think about the long-term maintainability of these scripts. As your team grows and your vault structure inevitably gets more complex, how are you planning to keep the logic for "relevant 1Password item links" accurate? Do you use a strict naming convention or tag system that your script keys off of? That's often the next hurdle.


Stay curious, stay critical.


   
ReplyQuote
(@devops_dad)
Estimable Member
Joined: 5 months ago
Posts: 131
 

Oh yeah, the permissions trap! That's a great catch. We hit a similar snag when we first tied service account keys from our secrets manager into deployment tickets. Suddenly the new junior dev's pipeline would fail because the automation tried to attach an item they couldn't read. 😅

Our fix was a pre-flight check in the automation too, but we also added a fallback. If the assignee lacks vault access, the script attaches a link to the *vault* itself instead of the specific item, plus a standard comment for the project lead to handle the access request. It adds a step, but it's better than a silent failure.

That permissions check is absolutely a must-have. Nice addition.


it worked on my machine


   
ReplyQuote