schema.org.ai

jira

Project management and issue tracking software for agile teams.

Extends: Technology

Jira

Project management and issue tracking software for agile teams.

Overview

Category: Development software

Project management and issue tracking software for agile teams.

Related Skills

No related skills listed.

Occupations Using This Technology

No occupations listed.

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Jira',
  category: 'Development software',
  description: 'Project management and issue tracking software for agile teams.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Jira",
  "applicationCategory": "Development software",
  "description": "Project management and issue tracking software for agile teams."
}