schema.org.ai

linear

Issue tracking tool designed for modern software development teams.

Extends: Technology

Linear

Issue tracking tool designed for modern software development teams.

Overview

Category: Development software

Issue tracking tool designed for modern software development 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: 'Linear',
  category: 'Development software',
  description: 'Issue tracking tool designed for modern software development teams.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Linear",
  "applicationCategory": "Development software",
  "description": "Issue tracking tool designed for modern software development teams."
}