JSON

Project Management Tools - JSON

Project management tools are software designed to streamline team task management, schedule coordination, progress tracking, and communication. They support various methodologies including Kanban, Gantt charts, and ticket management, and have become essential infrastructure for business operations in the remote work era. Asana, Trello, Jira, and Redmine are widely used as representative tools.

project management task management team collaboration SaaS productivity remote work
[
  {
    "code": "01",
    "slug": "asana",
    "name": "Asana",
    "description": "A work management platform featuring a refined UI and diverse views.",
    "provider": "Asana, Inc.",
    "deploymentType": "Cloud/SaaS",
    "targetScale": "Small to Large Scale",
    "pricing": {
      "free": true,
      "freeLimit": "10ユーザーまで",
      "paid": "1,475円〜/ユーザー"
    },
    "features": [
      "リスト",
      "ボード",
      "タイムライン",
      "カレンダー",
      "自動化",
      "レポート"
    ],
    "website": "https://asana.com/"
  },
  {
    "code": "02",
    "slug": "trello",
    "name": "Trello",
    "description": "A simple and intuitive Kanban-style task management tool.",
    "provider": "Atlassian",
    "deploymentType": "Cloud/SaaS",
    "targetScale": "Small Scale to Individual",
    "pricing": {
      "free": true,
      "freeLimit": "無制限",
      "paid": "5ドル〜/ユーザー"
    },
    "features": [
      "カンバン",
      "Power-Ups",
      "自動化",
      "テンプレート",
      "モバイルアプリ"
    ],
    "website": "https://trello.com/"
  },
  {
    "code": "03",
    "slug": "jira",
    "name": "Jira",
    "description": "An issue tracking and project management tool optimized for agile development.",
    "provider": "Atlassian",
    "deploymentType": "Cloud/On-premise",
    "targetScale": "Medium to Large Scale (Development Teams)",
    "pricing": {
      "free": true,
      "freeLimit": "10ユーザーまで",
      "paid": "990円〜/ユーザー"
    },
    "features": [
      "スクラム",
      "カンバン",
      "課題追跡",
      "バグ管理",
      "レポート",
      "開発ツール連携"
    ],
    "website": "https://www.atlassian.com/software/jira"
  },
  {
    "code": "04",
    "slug": "redmine",
    "name": "Redmine",
    "description": "An open-source flexible project management web application.",
    "provider": "Community (Open Source)",
    "deploymentType": "On-premise/Cloud",
    "targetScale": "Medium to Large Scale",
    "pricing": {
      "free": true,
      "freeLimit": "オンプレミス版は無料",
      "paid": "10,000円/月〜(クラウド版)"
    },
    "features": [
      "チケット管理",
      "ガントチャート",
      "Wiki",
      "SCM連携",
      "カスタムフィールド",
      "LDAP認証"
    ],
    "website": "https://www.redmine.org/"
  }
]