Skip to Content
SourcesJira Service Management

Jira Service Management

Jira Service Management

Scan Jira Service Management requests, comments, and attachments.

Category
Collaboration
Source type
SERVICEDESK
Produces
issueattachmentcomments

A service desk is where customers send you their data — screenshots with account numbers, exported spreadsheets, ID documents attached to a verification request. That makes it one of the most sensitive systems most organisations run, and one of the least reviewed.

What you need to connect

Your tenant URL, the account email, and an API token.

Shared behaviour · Atlassian Cloud

Authentication is your Atlassian account email plus an API token — the same token type across Jira Service Management and every other Atlassian product. The account only ever needs read access, and it sees exactly what that account would see in the browser: nothing is escalated, so restricted spaces and projects stay invisible unless the account is entitled to them.

Attachments are scanned, not skipped. Each attached file becomes an asset of its own, linked back to the page or issue it came from, and is read with the full file-format pipeline — which is where the interesting material usually is.

What Classifyre reads

  • Requests — summary and description.
  • Comments — both customer-visible and internal, as one comments asset per request.
  • Attachments — each as its own asset.

Scope by service desk, request type, request status, ownership, organisation, or a search term.

Request attachments are read with the shared file pipeline: see Supported File Formats for everything it can open, and OCR & Transcription for reading text out of images, audio and video.

Metadata on every asset

Asset kind · issue

FieldTypeAlways presentWhat it is
issue_keystringYesService desk request key
links_countintegerYesNumber of linked or related assets
statusstringNoCurrent status
request_typestringNoService desk request type
service_desk_namestringNoService desk name

Asset kind · attachment

FieldTypeAlways presentWhat it is
filenamestringYesOriginal file name
mime_typestringNoMIME type
size_bytesintegerNoRaw byte size
request_hashstringYesHash of the parent request asset

Asset kind · comments

FieldTypeAlways presentWhat it is
comments_countintegerYesNumber of comments
issue_keystringYesParent request key

Lineage

Lineage

This source records no lineage. Nothing in the system it reads describes data moving from one place to another, so no FLOW edges are produced. Related items are still linked — see Lineage & Relationships for what those links mean and how they differ from lineage.

Worth knowing

  • Internal comments are included. Agents write things there they’d never put in a customer-facing reply, which is exactly why they’re worth scanning.
  • Customer attachments are the highest-yield material in most service desks — leave attachment scanning on.

Configuration

Beyond the fields below, every source also has the settings shared by all of them: the sampling strategy, the detectors to run, the scan schedule, and the compute limits for its scan jobs.

Required

Without these, the source will not save.

FieldTypeRequiredWhat it doesDefault
requiredobjectYesno extra properties
account_emailstringYesAtlassian account email used with API token for Basic authenticationformat email
base_urlstringYesJira Service Management tenant URL (for example, https://your-domain.atlassian.net)format uri

Secrets

Stored encrypted and never shown again after you save them. See Configuration & Fields.

FieldTypeRequiredWhat it doesDefault
maskedobjectYesno extra properties
api_tokenstringYesAtlassian API token for Jira Service Management Cloud

Optional

Everything you can tune. Sensible defaults apply when you leave them alone.

FieldTypeRequiredWhat it doesDefault
optionalobjectNono extra properties
connectionobjectNoHTTP and retry settings for Jira Service Management API calls.no extra properties
connection.max_retriesintegerNoMaximum retry attempts for transient API failures and rate limitsmin 0, max 103
connection.rate_limit_delay_secondsnumberNoAdditional delay between API requests to reduce rate-limit pressuremin 00
connection.request_timeout_secondsnumberNoHTTP request timeout for Service Desk API callsmin 130
contentobjectNoService Desk request extraction controls.no extra properties
content.attachment_max_bytesintegerNoMaximum bytes downloaded per attachment for MIME inference and text extractionmin 10245242880
content.include_attachmentsbooleanNoInclude request attachments as related assetstrue
content.include_commentsbooleanNoInclude request comments and aggregate them into a per-request comments assettrue
scopeobjectNoOptional Service Desk scope filters. When omitted, all visible requests are eligible for sampling.no extra properties
scope.organization_idintegerNoOrganization ID used to scope requests
scope.request_ownershiparrayNoOwnership filter values passed to Service Desk API (for example, OWNED_REQUESTS)min items 1
scope.request_ownership[]stringNo
scope.request_statusstringNoRequest status filter passed to Service Desk API
scope.request_type_idsarrayNoRequest type IDs to includemin items 1, max items 100
scope.request_type_ids[]integerNo
scope.search_termstringNoSearch term filter for request summaries and content
scope.service_desk_idsarrayNoService desk IDs to includemin items 1, max items 100
scope.service_desk_ids[]integerNo
Last updated on