{
 "issue": {
  "id": 792,
  "iid": 1,
  "project_id": 491,
  "title": "Update auf neueres JWT",
  "description": "Wir verwenden eine sehr alte Version des JWT-Gems. Wieso?\n\nNeuere Version braucht eventuell die explizite Angabe des Signirierungs-Algorithmus. Siehe\n```ruby\ndecoded_token = JWT.decode token, rsa_public, true, { algorithm: 'RS256' }\n```\nvon https://github.com/jwt/ruby-jwt#rsa",
  "state": "opened",
  "created_at": "2023-04-18T20:59:41.003Z",
  "updated_at": "2023-04-18T20:59:41.003Z",
  "closed_at": null,
  "closed_by": null,
  "labels": [],
  "milestone": null,
  "assignees": [],
  "author": {
   "id": 16,
   "username": "schmitz",
   "public_email": "m@mlte.de",
   "name": "Malte Schmitz",
   "state": "active",
   "locked": false,
   "avatar_url": "https://secure.gravatar.com/avatar/233a4288af414d6d2952a7c9a7a37a231a943c05fa543fef1e7e26a14bd47e4d?s=80&d=identicon",
   "web_url": "https://git.chaotikum.org/schmitz"
  },
  "type": "ISSUE",
  "assignee": null,
  "user_notes_count": 0,
  "merge_requests_count": 0,
  "upvotes": 0,
  "downvotes": 0,
  "start_date": null,
  "due_date": null,
  "confidential": false,
  "discussion_locked": null,
  "issue_type": "issue",
  "web_url": "https://git.chaotikum.org/malte/openid-connect-rails/-/work_items/1",
  "time_stats": {
   "time_estimate": 0,
   "total_time_spent": 0,
   "human_time_estimate": null,
   "human_total_time_spent": null
  },
  "task_completion_status": {
   "count": 0,
   "completed_count": 0
  },
  "has_tasks": true,
  "task_status": "0 of 0 checklist items completed",
  "_links": {
   "self": "https://git.chaotikum.org/api/v4/projects/491/issues/1",
   "notes": "https://git.chaotikum.org/api/v4/projects/491/issues/1/notes",
   "award_emoji": "https://git.chaotikum.org/api/v4/projects/491/issues/1/award_emoji",
   "project": "https://git.chaotikum.org/api/v4/projects/491",
   "closed_as_duplicate_of": null
  },
  "references": {
   "short": "#1",
   "relative": "#1",
   "full": "malte/openid-connect-rails#1"
  },
  "severity": "UNKNOWN",
  "moved_to_id": null,
  "imported": false,
  "imported_from": "none",
  "service_desk_reply_to": null
 },
 "discussions": []
}