Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.1 KB

atlassian.md

File metadata and controls

19 lines (15 loc) · 1.1 KB

Atlassian

https://www.atlassian.com/

Atlassian is a proprietary software company that makes high quality easy to use developer tooling that are widely used in corporate environments.

  • Confluence - wiki for documentation
    • easy to use, with integration with draw.io diagrams platform (see the Diagrams page)
  • Jira - ticket / issue tracker
    • use a pre-commit git hook to require Jira ID or rejects commit
      • the commit then shows up in the Jira ticket on the right under Development
    • use a CI/CD workflow to require a Jira ID in Pull Request title or disallow merge
  • FishEye - visualize and report on any SCM history
  • Bitbucket - don't use this, it's a rare L for Atlassian, see the CI/CD page for more details
  • OpsGenie - centralized alerting and escalation, incident management SaaS tool

For other products see the Atlassian home page.