Skip to content

Define Jira authentication strategy: interim service account credentials #4885

Description

@fullsend-ai-triage

Note

This issue was automatically generated from meeting notes by the scribe agent.
Please review, edit, and add any missing context before prioritizing.

Problem

Jira integration requires an authentication model, and the team needs a defined strategy for how fullsend authenticates with Jira instances. The current approach lacks a documented, agreed-upon authentication mechanism that balances operational simplicity with security best practices.

Options considered

  • Long-lived service account credentials (adopted as interim) — use a persistent service account token for Jira API access. Trade-off: simple to implement and operate, but long-lived credentials carry higher security risk if not rotated.
  • Short-lived OIDC/OAuth tokens — use federated identity to obtain temporary Jira access tokens. Trade-off: more secure but significantly more complex to implement and requires Jira-side OIDC configuration.
  • Per-user OAuth flow — each user authenticates individually. Trade-off: better audit trail but poor UX for automated agent workflows.

Acceptance criteria

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions