npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@open-mcp/jira

v0.0.14

Published

## Using the remote server

Readme

@open-mcp/jira

Using the remote server

To use the hosted Streamable HTTP server, add the following to your client config:

{
  "mcpServers": {
    "jira": {
      "transport": "streamableHttp",
      "url": "https://mcp.open-mcp.org/api/server/jira@latest/mcp"
    }
  }
}

Forwarding variables

You can forward "environment" variables to the remote server by including them in the request headers or URL query string (headers take precedence). Just prefix the variable name with FORWARD_VAR_ like so:

https://mcp.open-mcp.org/api/server/jira@latest/mcp?FORWARD_VAR_OPEN_MCP_BASE_URL=https%3A%2F%2Fapi.example.com

Installing locally

If you want to run the server locally on your own machine instead of using the remote server, first set the environment variables as shell variables:

OAUTH2_TOKEN='...'
USERNAME_PASSWORD_BASE64='...'

Then use the OpenMCP config CLI to add the server to your MCP client:

Claude desktop

npx @open-mcp/config add jira \
  ~/Library/Application\ Support/Claude/claude_desktop_config.json \
  --OAUTH2_TOKEN=$OAUTH2_TOKEN \
  --USERNAME_PASSWORD_BASE64=$USERNAME_PASSWORD_BASE64

Cursor

Run this from the root of your project directory or, to add to all cursor projects, run it from your home directory ~.

npx @open-mcp/config add jira \
  .cursor/mcp.json \
  --OAUTH2_TOKEN=$OAUTH2_TOKEN \
  --USERNAME_PASSWORD_BASE64=$USERNAME_PASSWORD_BASE64

Other

npx @open-mcp/config add jira \
  /path/to/client/config.json \
  --OAUTH2_TOKEN=$OAUTH2_TOKEN \
  --USERNAME_PASSWORD_BASE64=$USERNAME_PASSWORD_BASE64

Manually

If you don't want to use the helper above, add the following to your MCP client config manually:

{
  "mcpServers": {
    "jira": {
      "command": "npx",
      "args": ["-y", "@open-mcp/jira"],
      "env": {"OAUTH2_TOKEN":"...","USERNAME_PASSWORD_BASE64":"..."}
    }
  }
}

Environment variables

  • OPEN_MCP_BASE_URL - overwrites the base URL of every tool's underlying API request
  • OAUTH2_TOKEN - gets sent to the API provider
  • USERNAME_PASSWORD_BASE64 - gets sent to the API provider

Tools

expandSchema

Expand the input schema for a tool before calling the tool

Input schema

  • toolName (string)
  • jsonPointers (array)

getbanner

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

setbanner

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • isDismissible (boolean)
  • isEnabled (boolean)
  • message (string)
  • visibility (string)

getcustomfieldsconfigurations

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (array)
  • fieldContextId (array)
  • issueId (integer)
  • projectKeyOrId (string)
  • issueTypeId (string)
  • startAt (integer)
  • maxResults (integer)
  • fieldIdsOrKeys (array)

updatemultiplecustomfieldvalues

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • generateChangelog (boolean)
  • updates (array)

getcustomfieldconfiguration

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldIdOrKey (string)
  • id (array)
  • fieldContextId (array)
  • issueId (integer)
  • projectKeyOrId (string)
  • issueTypeId (string)
  • startAt (integer)
  • maxResults (integer)

updatecustomfieldconfiguration

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldIdOrKey (string)
  • configurations (array)

updatecustomfieldvalue

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldIdOrKey (string)
  • generateChangelog (boolean)
  • updates (array)

getapplicationproperty

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • key (string)
  • permissionLevel (string)
  • keyFilter (string)

getadvancedsettings

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

setapplicationproperty

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)
  • b_id (string)
  • value (string)

getallapplicationroles

Environment variables

  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

getapplicationrole

Environment variables

  • USERNAME_PASSWORD_BASE64

Input schema

  • key (string)

getattachmentcontent

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)
  • redirect (boolean)

getattachmentmeta

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

getattachmentthumbnail

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)
  • redirect (boolean)
  • fallbackToDefault (boolean)
  • width (integer)
  • height (integer)

removeattachment

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)

getattachment

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)

expandattachmentforhumans

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)

expandattachmentformachines

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)

getauditrecords

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • offset (integer)
  • limit (integer)
  • filter (string)
  • from (string)
  • to (string)

getallsystemavatars

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • type (string)

submitbulkdelete

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • selectedIssueIdsOrKeys (array)
  • sendBulkNotification (boolean)

getbulkeditablefields

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdsOrKeys (string)
  • searchText (string)
  • endingBefore (string)
  • startingAfter (string)

submitbulkedit

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • editedFieldsInput (string)
  • selectedActions (array)
  • selectedIssueIdsOrKeys (array)
  • sendBulkNotification (boolean)

submitbulkmove

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • sendBulkNotification (boolean)
  • targetToSourcesMapping (object)

getavailabletransitions

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdsOrKeys (string)
  • endingBefore (string)
  • startingAfter (string)

submitbulktransition

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • bulkTransitionInputs (array)
  • sendBulkNotification (boolean)

submitbulkunwatch

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • selectedIssueIdsOrKeys (array)

submitbulkwatch

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • selectedIssueIdsOrKeys (array)

getbulkoperationprogress

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • taskId (string)

getbulkchangelogs

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldIds (array)
  • issueIdsOrKeys (array)
  • maxResults (integer)
  • nextPageToken (string)

getalluserdataclassificationlevels

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • status (array)
  • orderBy (string)

getcommentsbyids

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • expand (string)
  • ids (array)

getcommentpropertykeys

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • commentId (string)

deletecommentproperty

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • commentId (string)
  • propertyKey (string)

getcommentproperty

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • commentId (string)
  • propertyKey (string)

setcommentproperty

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • commentId (string)
  • propertyKey (string)

findcomponentsforprojects

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • projectIdsOrKeys (array)
  • startAt (integer)
  • maxResults (integer)
  • orderBy (string)
  • query (string)

createcomponent

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • ari (string)
  • assignee (string)
  • assigneeType (string)
  • description (string)
  • id (string)
  • isAssigneeTypeValid (boolean)
  • lead (string)
  • leadAccountId (string)
  • leadUserName (string)
  • metadata (object)
  • name (string)
  • project (string)
  • projectId (integer)
  • realAssignee (string)
  • realAssigneeType (string)
  • self (string)

deletecomponent

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)
  • moveIssuesTo (string)

getcomponent

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)

updatecomponent

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)
  • ari (string)
  • assignee (string)
  • assigneeType (string)
  • description (string)
  • b_id (string)
  • isAssigneeTypeValid (boolean)
  • lead (string)
  • leadAccountId (string)
  • leadUserName (string)
  • metadata (object)
  • name (string)
  • project (string)
  • projectId (integer)
  • realAssignee (string)
  • realAssigneeType (string)
  • self (string)

getcomponentrelatedissues

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)

getconfiguration

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

getselectedtimetrackingimplementation

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

selecttimetrackingimplementation

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • key (string)
  • name (string)
  • url (string)

getavailabletimetrackingimplementations

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

getsharedtimetrackingconfiguration

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

setsharedtimetrackingconfiguration

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • defaultUnit (string)
  • timeFormat (string)
  • workingDaysPerWeek (number)
  • workingHoursPerDay (number)

getcustomfieldoption

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)

getalldashboards

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • filter (string)
  • startAt (integer)
  • maxResults (integer)

createdashboard

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • extendAdminPermissions (boolean)
  • description (string)
  • editPermissions (array)
  • name (string)
  • sharePermissions (array)

bulkeditdashboards

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • action (string)
  • changeOwnerDetails (string)
  • entityIds (array)
  • extendAdminPermissions (boolean)
  • permissionDetails (string)

getallavailabledashboardgadgets

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

getdashboardspaginated

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • dashboardName (string)
  • accountId (string)
  • owner (string)
  • groupname (string)
  • groupId (string)
  • projectId (integer)
  • orderBy (string)
  • startAt (integer)
  • maxResults (integer)
  • status (string)
  • expand (string)

getallgadgets

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • dashboardId (integer)
  • moduleKey (array)
  • uri (array)
  • gadgetId (array)

addgadget

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • dashboardId (integer)
  • color (string)
  • ignoreUriAndModuleKeyValidation (boolean)
  • moduleKey (string)
  • position (string)
  • title (string)
  • uri (string)

removegadget

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • dashboardId (integer)
  • gadgetId (integer)

updategadget

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • dashboardId (integer)
  • gadgetId (integer)
  • color (string)
  • position (string)
  • title (string)

getdashboarditempropertykeys

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • dashboardId (string)
  • itemId (string)

deletedashboarditemproperty

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • dashboardId (string)
  • itemId (string)
  • propertyKey (string)

getdashboarditemproperty

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • dashboardId (string)
  • itemId (string)
  • propertyKey (string)

setdashboarditemproperty

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • dashboardId (string)
  • itemId (string)
  • propertyKey (string)

deletedashboard

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)

getdashboard

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)

updatedashboard

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)
  • extendAdminPermissions (boolean)
  • description (string)
  • editPermissions (array)
  • name (string)
  • sharePermissions (array)

copydashboard

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)
  • extendAdminPermissions (boolean)
  • description (string)
  • editPermissions (array)
  • name (string)
  • sharePermissions (array)

getpolicy

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

getpolicies

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • ids (string)

getevents

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

analyseexpression

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • check (string)
  • contextVariables (object)
  • expressions (array)

evaluatejiraexpression

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • expand (string)
  • context (string)
  • expression (string)

evaluatejsisjiraexpression

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • expand (string)
  • context (string)
  • expression (string)

getfields

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

createcustomfield

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • description (string)
  • name (string)
  • searcherKey (string)
  • type (string)

removeassociations

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • associationContexts (array)
  • fields (array)

createassociations

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • associationContexts (array)
  • fields (array)

getfieldspaginated

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • startAt (integer)
  • maxResults (integer)
  • type (array)
  • id (array)
  • query (string)
  • orderBy (string)
  • expand (string)
  • projectIds (array)

gettrashedfieldspaginated

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • startAt (integer)
  • maxResults (integer)
  • id (array)
  • query (string)
  • expand (string)
  • orderBy (string)

updatecustomfield

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • description (string)
  • name (string)
  • searcherKey (string)

getcontextsforfield

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • isAnyIssueType (boolean)
  • isGlobalContext (boolean)
  • contextId (array)
  • startAt (integer)
  • maxResults (integer)

createcustomfieldcontext

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • description (string)
  • id (string)
  • issueTypeIds (array)
  • name (string)
  • projectIds (array)

getdefaultvalues

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • contextId (array)
  • startAt (integer)
  • maxResults (integer)

setdefaultvalues

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • defaultValues (array)

getissuetypemappingsforcontexts

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • contextId (array)
  • startAt (integer)
  • maxResults (integer)

getcustomfieldcontextsforprojectsandissuetypes

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • startAt (integer)
  • maxResults (integer)
  • mappings (array)

getprojectcontextmapping

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • contextId (array)
  • startAt (integer)
  • maxResults (integer)

deletecustomfieldcontext

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • contextId (integer)

updatecustomfieldcontext

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • contextId (integer)
  • description (string)
  • name (string)

addissuetypestocontext

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • contextId (integer)
  • issueTypeIds (array)

removeissuetypesfromcontext

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • contextId (integer)
  • issueTypeIds (array)

getoptionsforcontext

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • contextId (integer)
  • optionId (integer)
  • onlyOptions (boolean)
  • startAt (integer)
  • maxResults (integer)

createcustomfieldoption

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • contextId (integer)
  • options (array)

updatecustomfieldoption

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • contextId (integer)
  • options (array)

reordercustomfieldoptions

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • contextId (integer)
  • after (string)
  • customFieldOptionIds (array)
  • position (string)

deletecustomfieldoption

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • contextId (integer)
  • optionId (integer)

replacecustomfieldoption

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • optionId (integer)
  • contextId (integer)
  • replaceWith (integer)
  • jql (string)

assignprojectstocustomfieldcontext

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • contextId (integer)
  • projectIds (array)

removecustomfieldcontextfromprojects

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • contextId (integer)
  • projectIds (array)

getcontextsforfielddeprecated

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • startAt (integer)
  • maxResults (integer)

getscreensforfield

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldId (string)
  • startAt (integer)
  • maxResults (integer)
  • expand (string)

getallissuefieldoptions

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldKey (string)
  • startAt (integer)
  • maxResults (integer)

createissuefieldoption

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldKey (string)
  • config (object)
  • properties (object)
  • value (string)

getselectableissuefieldoptions

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldKey (string)
  • startAt (integer)
  • maxResults (integer)
  • projectId (integer)

getvisibleissuefieldoptions

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldKey (string)
  • startAt (integer)
  • maxResults (integer)
  • projectId (integer)

deleteissuefieldoption

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldKey (string)
  • optionId (integer)

getissuefieldoption

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldKey (string)
  • optionId (integer)

updateissuefieldoption

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldKey (string)
  • optionId (integer)
  • config (object)
  • id (integer)
  • properties (object)
  • value (string)

replaceissuefieldoption

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldKey (string)
  • optionId (integer)
  • replaceWith (integer)
  • jql (string)
  • overrideScreenSecurity (boolean)
  • overrideEditableFlag (boolean)

deletecustomfield

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)

restorecustomfield

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)

trashcustomfield

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)

getallfieldconfigurations

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • startAt (integer)
  • maxResults (integer)
  • id (array)
  • isDefault (boolean)
  • query (string)

createfieldconfiguration

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • description (string)
  • name (string)

deletefieldconfiguration

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)

updatefieldconfiguration

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)
  • description (string)
  • name (string)

getfieldconfigurationitems

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)
  • startAt (integer)
  • maxResults (integer)

updatefieldconfigurationitems

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)
  • fieldConfigurationItems (array)

getallfieldconfigurationschemes

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • startAt (integer)
  • maxResults (integer)
  • id (array)

createfieldconfigurationscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • description (string)
  • name (string)

getfieldconfigurationschememappings

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • startAt (integer)
  • maxResults (integer)
  • fieldConfigurationSchemeId (array)

getfieldconfigurationschemeprojectmapping

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • startAt (integer)
  • maxResults (integer)
  • projectId (array)

assignfieldconfigurationschemetoproject

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldConfigurationSchemeId (string)
  • projectId (string)

deletefieldconfigurationscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)

updatefieldconfigurationscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)
  • description (string)
  • name (string)

setfieldconfigurationschememapping

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)
  • mappings (array)

removeissuetypesfromglobalfieldconfigurationscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)
  • issueTypeIds (array)

createfilter

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • expand (string)
  • overrideSharePermissions (boolean)
  • approximateLastUsed (string)
  • description (string)
  • editPermissions (array)
  • favourite (boolean)
  • favouritedCount (integer)
  • id (string)
  • jql (string)
  • name (string)
  • owner (string)
  • searchUrl (string)
  • self (string)
  • sharePermissions (array)
  • sharedUsers (string)
  • subscriptions (string)
  • viewUrl (string)

getdefaultsharescope

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

setdefaultsharescope

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • scope (string)

getfavouritefilters

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • expand (string)

getmyfilters

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • expand (string)
  • includeFavourites (boolean)

getfilterspaginated

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • filterName (string)
  • accountId (string)
  • owner (string)
  • groupname (string)
  • groupId (string)
  • projectId (integer)
  • id (array)
  • orderBy (string)
  • startAt (integer)
  • maxResults (integer)
  • expand (string)
  • overrideSharePermissions (boolean)
  • isSubstringMatch (boolean)

deletefilter

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)

getfilter

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)
  • expand (string)
  • overrideSharePermissions (boolean)

updatefilter

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)
  • expand (string)
  • overrideSharePermissions (boolean)
  • approximateLastUsed (string)
  • description (string)
  • editPermissions (array)
  • favourite (boolean)
  • favouritedCount (integer)
  • b_id (string)
  • jql (string)
  • name (string)
  • owner (string)
  • searchUrl (string)
  • self (string)
  • sharePermissions (array)
  • sharedUsers (string)
  • subscriptions (string)
  • viewUrl (string)

resetcolumns

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)

getcolumns

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)

setcolumns

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)
  • columns (array)

deletefavouriteforfilter

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)
  • expand (string)

setfavouriteforfilter

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)
  • expand (string)

changefilterowner

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)
  • accountId (string)

getsharepermissions

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)

addsharepermission

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)
  • accountId (string)
  • groupId (string)
  • groupname (string)
  • projectId (string)
  • projectRoleId (string)
  • rights (integer)
  • type (string)

deletesharepermission

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)
  • permissionId (integer)

getsharepermission

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)
  • permissionId (integer)

removegroup

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • groupname (string)
  • groupId (string)
  • swapGroup (string)
  • swapGroupId (string)

getgroup

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • groupname (string)
  • groupId (string)
  • expand (string)

creategroup

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • name (string)

bulkgetgroups

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • startAt (integer)
  • maxResults (integer)
  • groupId (array)
  • groupName (array)
  • accessType (string)
  • applicationKey (string)

getusersfromgroup

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • groupname (string)
  • groupId (string)
  • includeInactiveUsers (boolean)
  • startAt (integer)
  • maxResults (integer)

removeuserfromgroup

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • groupname (string)
  • groupId (string)
  • username (string)
  • accountId (string)

addusertogroup

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • groupname (string)
  • groupId (string)
  • accountId (string)
  • name (string)

findgroups

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • accountId (string)
  • query (string)
  • exclude (array)
  • excludeId (array)
  • maxResults (integer)
  • caseInsensitive (boolean)
  • userName (string)

findusersandgroups

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • query (string)
  • maxResults (integer)
  • showAvatar (boolean)
  • fieldId (string)
  • projectId (array)
  • issueTypeId (array)
  • avatarSize (string)
  • caseInsensitive (boolean)
  • excludeConnectAddons (boolean)

getlicense

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

createissue

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • updateHistory (boolean)
  • fields (object)
  • historyMetadata (string)
  • properties (array)
  • transition (string)
  • update (object)

archiveissuesasync

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • jql (string)

archiveissues

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdsOrKeys (array)

createissues

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueUpdates (array)

bulkfetchissues

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • expand (array)
  • fields (array)
  • fieldsByKeys (boolean)
  • issueIdsOrKeys (array)
  • properties (array)

getcreateissuemeta

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • projectIds (array)
  • projectKeys (array)
  • issuetypeIds (array)
  • issuetypeNames (array)
  • expand (string)

getcreateissuemetaissuetypes

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • projectIdOrKey (string)
  • startAt (integer)
  • maxResults (integer)

getcreateissuemetaissuetypeid

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • projectIdOrKey (string)
  • issueTypeId (string)
  • startAt (integer)
  • maxResults (integer)

getissuelimitreport

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • isReturningKeys (boolean)

getissuepickerresource

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • query (string)
  • currentJQL (string)
  • currentIssueKey (string)
  • currentProjectId (string)
  • showSubTasks (boolean)
  • showSubTaskParent (boolean)

bulksetissuespropertieslist

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • entitiesIds (array)
  • properties (object)

bulksetissuepropertiesbyissue

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issues (array)

bulkdeleteissueproperty

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • propertyKey (string)
  • currentValue (other)
  • entityIds (array)

bulksetissueproperty

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • propertyKey (string)
  • expression (string)
  • filter (string)
  • value (other)

unarchiveissues

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdsOrKeys (array)

getiswatchingissuebulk

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIds (array)

deleteissue

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • deleteSubtasks (string)

getissue

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • fields (array)
  • fieldsByKeys (boolean)
  • expand (string)
  • properties (array)
  • updateHistory (boolean)
  • failFast (boolean)

editissue

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • notifyUsers (boolean)
  • overrideScreenSecurity (boolean)
  • overrideEditableFlag (boolean)
  • returnIssue (boolean)
  • expand (string)
  • fields (object)
  • historyMetadata (string)
  • properties (array)
  • transition (string)
  • update (object)

assignissue

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • accountId (string)
  • accountType (string)
  • active (boolean)
  • applicationRoles (string)
  • avatarUrls (string)
  • displayName (string)
  • emailAddress (string)
  • expand (string)
  • groups (string)
  • key (string)
  • locale (string)
  • name (string)
  • self (string)
  • timeZone (string)

addattachment

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)

getchangelogs

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • startAt (integer)
  • maxResults (integer)

getchangelogsbyids

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • changelogIds (array)

getcomments

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • startAt (integer)
  • maxResults (integer)
  • orderBy (string)
  • expand (string)

addcomment

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • expand (string)
  • author (string)
  • body (other)
  • created (string)
  • id (string)
  • jsdAuthorCanSeeRequest (boolean)
  • jsdPublic (boolean)
  • properties (array)
  • renderedBody (string)
  • self (string)
  • updateAuthor (string)
  • updated (string)
  • visibility (string)

deletecomment

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • id (string)

getcomment

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • id (string)
  • expand (string)

updatecomment

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • id (string)
  • notifyUsers (boolean)
  • overrideEditableFlag (boolean)
  • expand (string)
  • author (string)
  • body (other)
  • created (string)
  • b_id (string)
  • jsdAuthorCanSeeRequest (boolean)
  • jsdPublic (boolean)
  • properties (array)
  • renderedBody (string)
  • self (string)
  • updateAuthor (string)
  • updated (string)
  • visibility (string)

geteditissuemeta

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • overrideScreenSecurity (boolean)
  • overrideEditableFlag (boolean)

notify

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • htmlBody (string)
  • restrict (string)
  • subject (string)
  • textBody (string)
  • to (string)

getissuepropertykeys

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)

deleteissueproperty

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • propertyKey (string)

getissueproperty

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • propertyKey (string)

setissueproperty

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • propertyKey (string)

deleteremoteissuelinkbyglobalid

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • globalId (string)

getremoteissuelinks

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • globalId (string)

createorupdateremoteissuelink

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • application (string)
  • globalId (string)
  • object (string)
  • relationship (string)

deleteremoteissuelinkbyid

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • linkId (string)

getremoteissuelinkbyid

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • linkId (string)

updateremoteissuelink

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • linkId (string)
  • application (string)
  • globalId (string)
  • object (string)
  • relationship (string)

gettransitions

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • expand (string)
  • transitionId (string)
  • skipRemoteOnlyCondition (boolean)
  • includeUnavailableTransitions (boolean)
  • sortByOpsBarAndStatus (boolean)

dotransition

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • fields (object)
  • historyMetadata (string)
  • properties (array)
  • transition (string)
  • update (object)

removevote

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)

getvotes

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)

addvote

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)

removewatcher

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • username (string)
  • accountId (string)

getissuewatchers

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)

addwatcher

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)

bulkdeleteworklogs

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • adjustEstimate (string)
  • overrideEditableFlag (boolean)
  • ids (array)

getissueworklog

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • startAt (integer)
  • maxResults (integer)
  • startedAfter (integer)
  • startedBefore (integer)
  • expand (string)

addworklog

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • notifyUsers (boolean)
  • adjustEstimate (string)
  • newEstimate (string)
  • reduceBy (string)
  • expand (string)
  • overrideEditableFlag (boolean)
  • author (string)
  • comment (other)
  • created (string)
  • id (string)
  • issueId (string)
  • properties (array)
  • self (string)
  • started (string)
  • timeSpent (string)
  • timeSpentSeconds (integer)
  • updateAuthor (string)
  • updated (string)
  • visibility (string)

bulkmoveworklogs

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • adjustEstimate (string)
  • overrideEditableFlag (boolean)
  • ids (array)
  • b_issueIdOrKey (string)

deleteworklog

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • id (string)
  • notifyUsers (boolean)
  • adjustEstimate (string)
  • newEstimate (string)
  • increaseBy (string)
  • overrideEditableFlag (boolean)

getworklog

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • id (string)
  • expand (string)

updateworklog

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • id (string)
  • notifyUsers (boolean)
  • adjustEstimate (string)
  • newEstimate (string)
  • expand (string)
  • overrideEditableFlag (boolean)
  • author (string)
  • comment (other)
  • created (string)
  • b_id (string)
  • issueId (string)
  • properties (array)
  • self (string)
  • started (string)
  • timeSpent (string)
  • timeSpentSeconds (integer)
  • updateAuthor (string)
  • updated (string)
  • visibility (string)

getworklogpropertykeys

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • worklogId (string)

deleteworklogproperty

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • worklogId (string)
  • propertyKey (string)

getworklogproperty

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • worklogId (string)
  • propertyKey (string)

setworklogproperty

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIdOrKey (string)
  • worklogId (string)
  • propertyKey (string)

linkissues

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • comment (object)
  • inwardIssue (object)
  • outwardIssue (object)
  • type (object)

deleteissuelink

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • linkId (string)

getissuelink

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • linkId (string)

getissuelinktypes

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

createissuelinktype

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)
  • inward (string)
  • name (string)
  • outward (string)
  • self (string)

deleteissuelinktype

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueLinkTypeId (string)

getissuelinktype

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueLinkTypeId (string)

updateissuelinktype

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueLinkTypeId (string)
  • id (string)
  • inward (string)
  • name (string)
  • outward (string)
  • self (string)

exportarchivedissues

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • archivedBy (array)
  • archivedDateRange (object)
  • issueTypes (array)
  • projects (array)
  • reporters (array)

getissuesecurityschemes

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

createissuesecurityscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • description (string)
  • levels (array)
  • name (string)

getsecuritylevels

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • startAt (string)
  • maxResults (string)
  • id (array)
  • schemeId (array)
  • onlyDefault (boolean)

setdefaultlevels

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • defaultValues (array)

getsecuritylevelmembers

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • startAt (string)
  • maxResults (string)
  • id (array)
  • schemeId (array)
  • levelId (array)
  • expand (string)

searchprojectsusingsecurityschemes

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • startAt (string)
  • maxResults (string)
  • issueSecuritySchemeId (array)
  • projectId (array)

associateschemestoprojects

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • oldToNewSecurityLevelMappings (array)
  • projectId (string)
  • schemeId (string)

searchsecurityschemes

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • startAt (string)
  • maxResults (string)
  • id (array)
  • projectId (array)

getissuesecurityscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)

updateissuesecurityscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)
  • description (string)
  • name (string)

getissuesecuritylevelmembers

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueSecuritySchemeId (integer)
  • startAt (integer)
  • maxResults (integer)
  • issueSecurityLevelId (array)
  • expand (string)

deletesecurityscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • schemeId (string)

addsecuritylevel

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • schemeId (string)
  • levels (array)

removelevel

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • schemeId (string)
  • levelId (string)
  • replaceWith (string)

updatesecuritylevel

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • schemeId (string)
  • levelId (string)
  • description (string)
  • name (string)

addsecuritylevelmembers

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • schemeId (string)
  • levelId (string)
  • members (array)

removememberfromsecuritylevel

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • schemeId (string)
  • levelId (string)
  • memberId (string)

getissuealltypes

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

createissuetype

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • description (string)
  • hierarchyLevel (integer)
  • name (string)
  • type (string)

getissuetypesforproject

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • projectId (integer)
  • level (integer)

deleteissuetype

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)
  • alternativeIssueTypeId (string)

getissuetype

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)

updateissuetype

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)
  • avatarId (integer)
  • description (string)
  • name (string)

getalternativeissuetypes

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)

createissuetypeavatar

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)
  • x (integer)
  • y (integer)
  • size (integer)

getissuetypepropertykeys

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueTypeId (string)

deleteissuetypeproperty

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueTypeId (string)
  • propertyKey (string)

getissuetypeproperty

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueTypeId (string)
  • propertyKey (string)

setissuetypeproperty

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueTypeId (string)
  • propertyKey (string)

getallissuetypeschemes

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • startAt (integer)
  • maxResults (integer)
  • id (array)
  • orderBy (string)
  • expand (string)
  • queryString (string)

createissuetypescheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • defaultIssueTypeId (string)
  • description (string)
  • issueTypeIds (array)
  • name (string)

getissuetypeschemesmapping

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • startAt (integer)
  • maxResults (integer)
  • issueTypeSchemeId (array)

getissuetypeschemeforprojects

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • startAt (integer)
  • maxResults (integer)
  • projectId (array)

assignissuetypeschemetoproject

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueTypeSchemeId (string)
  • projectId (string)

deleteissuetypescheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueTypeSchemeId (integer)

updateissuetypescheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueTypeSchemeId (integer)
  • defaultIssueTypeId (string)
  • description (string)
  • name (string)

addissuetypestoissuetypescheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueTypeSchemeId (integer)
  • issueTypeIds (array)

reorderissuetypesinissuetypescheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueTypeSchemeId (integer)
  • after (string)
  • issueTypeIds (array)
  • position (string)

removeissuetypefromissuetypescheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueTypeSchemeId (integer)
  • issueTypeId (integer)

getissuetypescreenschemes

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • startAt (integer)
  • maxResults (integer)
  • id (array)
  • queryString (string)
  • orderBy (string)
  • expand (string)

createissuetypescreenscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • description (string)
  • issueTypeMappings (array)
  • name (string)

getissuetypescreenschememappings

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • startAt (integer)
  • maxResults (integer)
  • issueTypeScreenSchemeId (array)

getissuetypescreenschemeprojectassociations

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • startAt (integer)
  • maxResults (integer)
  • projectId (array)

assignissuetypescreenschemetoproject

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueTypeScreenSchemeId (string)
  • projectId (string)

deleteissuetypescreenscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueTypeScreenSchemeId (string)

updateissuetypescreenscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueTypeScreenSchemeId (string)
  • description (string)
  • name (string)

appendmappingsforissuetypescreenscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueTypeScreenSchemeId (string)
  • issueTypeMappings (array)

updatedefaultscreenscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueTypeScreenSchemeId (string)
  • screenSchemeId (string)

removemappingsfromissuetypescreenscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueTypeScreenSchemeId (string)
  • issueTypeIds (array)

getprojectsforissuetypescreenscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueTypeScreenSchemeId (integer)
  • startAt (integer)
  • maxResults (integer)
  • query (string)

getautocomplete

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

getautocompletepost

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • includeCollapsedFields (boolean)
  • projectIds (array)

getfieldautocompleteforquerystring

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • fieldName (string)
  • fieldValue (string)
  • predicateName (string)
  • predicateValue (string)

getprecomputations

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • functionKey (array)
  • startAt (integer)
  • maxResults (integer)
  • orderBy (string)

updateprecomputations

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • skipNotFoundPrecomputations (boolean)
  • values (array)

getprecomputationsbyid

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • orderBy (string)
  • precomputationIDs (array)

matchissues

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • issueIds (array)
  • jqls (array)

parsejqlqueries

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • validation (string)
  • queries (array)

migratequeries

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • queryStrings (array)

sanitisejqlqueries

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • queries (array)

getalllabels

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • startAt (integer)
  • maxResults (integer)

getapproximatelicensecount

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

getapproximateapplicationlicensecount

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • applicationKey (string)

getmypermissions

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • projectKey (string)
  • projectId (string)
  • issueKey (string)
  • issueId (string)
  • permissions (string)
  • projectUuid (string)
  • projectConfigurationUuid (string)
  • commentId (string)

removepreference

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • key (string)

getpreference

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • key (string)

setpreference

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • key (string)

deletelocale

Environment variables

  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

getlocale

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

setlocale

Environment variables

  • USERNAME_PASSWORD_BASE64

Input schema

  • locale (string)

getcurrentuser

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • expand (string)

getnotificationschemes

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • startAt (string)
  • maxResults (string)
  • id (array)
  • projectId (array)
  • onlyDefault (boolean)
  • expand (string)

createnotificationscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • description (string)
  • name (string)
  • notificationSchemeEvents (array)

getnotificationschemetoprojectmappings

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • startAt (string)
  • maxResults (string)
  • notificationSchemeId (array)
  • projectId (array)

getnotificationscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (integer)
  • expand (string)

updatenotificationscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)
  • description (string)
  • name (string)

addnotifications

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • id (string)
  • notificationSchemeEvents (array)

deletenotificationscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • notificationSchemeId (string)

removenotificationfromnotificationscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • notificationSchemeId (string)
  • notificationId (string)

getallpermissions

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

No input parameters

getbulkpermissions

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • accountId (string)
  • globalPermissions (array)
  • projectPermissions (array)

getpermittedprojects

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • permissions (array)

getallpermissionschemes

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • expand (string)

createpermissionscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • expand (string)
  • description (string)
  • b_expand (string)
  • id (integer)
  • name (string)
  • permissions (array)
  • scope (string)
  • self (string)

deletepermissionscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • schemeId (integer)

getpermissionscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • schemeId (integer)
  • expand (string)

updatepermissionscheme

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • schemeId (integer)
  • expand (string)
  • description (string)
  • b_expand (string)
  • id (integer)
  • name (string)
  • permissions (array)
  • scope (string)
  • self (string)

getpermissionschemegrants

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • schemeId (integer)
  • expand (string)

createpermissiongrant

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • schemeId (integer)
  • expand (string)
  • holder (string)
  • id (integer)
  • permission (string)
  • self (string)

deletepermissionschemeentity

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • schemeId (integer)
  • permissionId (integer)

getpermissionschemegrant

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • schemeId (integer)
  • permissionId (integer)
  • expand (string)

getplans

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • includeTrashed (boolean)
  • includeArchived (boolean)
  • cursor (string)
  • maxResults (integer)

createplan

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • useGroupId (boolean)
  • crossProjectReleases (array)
  • customFields (array)
  • exclusionRules (string)
  • issueSources (array)
  • leadAccountId (string)
  • name (string)
  • permissions (array)
  • scheduling (string)

getplan

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • planId (integer)
  • useGroupId (boolean)

updateplan

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • planId (integer)
  • useGroupId (boolean)

archiveplan

Environment variables

  • OAUTH2_TOKEN
  • USERNAME_PASSWORD_BASE64

Input schema

  • planId (integer)

duplicateplan

**Envir