# Spoke Actions

## Introduction

The [**Jira Integration Framework Spoke**](https://store.servicenow.com/sn_appstore_store.do#!/store/application/18c35431db11d01037fe9eb6db96190f) is a companion app to the Jira Integration Framework, enabling Jira interactions via Flow Designer.

## Jira Requests Using Async Request Queue

* [Check request status](/jira-integration-framework/technical-docs/spoke-actions/check-request-status.md)
* [Comment - Add](/jira-integration-framework/technical-docs/spoke-actions/comment-add.md)
* [Comments - Get](/jira-integration-framework/technical-docs/spoke-actions/comments-get.md)
* [Issue - Create](/jira-integration-framework/technical-docs/spoke-actions/issue-create.md)
* [Issue - Get](/jira-integration-framework/technical-docs/spoke-actions/issue-get.md)
* [Issue - Set assignment directly](/jira-integration-framework/technical-docs/spoke-actions/issue-set-assignment-directly.md)
* [Issue - Set assignment via Rules](/jira-integration-framework/technical-docs/spoke-actions/issue-set-assignment-via-rules.md)
* [Issue - Update](/jira-integration-framework/technical-docs/spoke-actions/issue-update.md)
* [Record - Import Comment from Jira](/jira-integration-framework/technical-docs/spoke-actions/record-import-comment-from-jira.md)
* [Record - Import issue from Jira](/jira-integration-framework/technical-docs/spoke-actions/record-import-issue-from-jira.md)
* [Remote Issue Link - Add](/jira-integration-framework/technical-docs/spoke-actions/remote-issue-link-add.md)

## Jira Framework Logic

* [Get Applicable Jira Issue Type](/jira-integration-framework/technical-docs/spoke-actions/get-applicable-jira-issue-type.md)
* [Get Applicable Jira Project](/jira-integration-framework/technical-docs/spoke-actions/get-applicable-jira-project.md)
* [Get Status Mapping Entry](/jira-integration-framework/technical-docs/spoke-actions/get-status-mapping-entry.md)
* [Issue - Synchronize Attachments](/jira-integration-framework/technical-docs/spoke-actions/issue-synchronize-attachments.md)
* [Jira Field - Get Field Name](/jira-integration-framework/technical-docs/spoke-actions/jira-field-get-field-name.md)
* [Linkage - Get Available Transitions](/jira-integration-framework/technical-docs/spoke-actions/linkage-get-available-transition-id-for-status.md)
* [Webhook - Get Changelog Data Components](/jira-integration-framework/technical-docs/spoke-actions/webhook-get-changelog-data-components.md)
* [Webhook - Get Webhook Data Components](/jira-integration-framework/technical-docs/spoke-actions/webhook-get-webhook-data-components.md)

## Jira Integration Point

* [Get Setting Value as a String](/jira-integration-framework/technical-docs/spoke-actions/get-setting-value-as-a-string.md)
* [JSON - Get attribute value](/jira-integration-framework/technical-docs/spoke-actions/json-get-attribute-value.md)

## Jira Markdown Formatting

* [Comment - Jira Panel Format](/jira-integration-framework/technical-docs/spoke-actions/comment-jira-panel-type-format.md)
* [Comment - Jira Panel Type Format](/jira-integration-framework/technical-docs/spoke-actions/comment-jira-panel-type-format.md)

## Helpful Actions

* [Get Journal Entry by Created On](/jira-integration-framework/technical-docs/spoke-actions/get-journal-entry-by-created-on.md)
* [Additional Information Payload - Add Attribute](/jira-integration-framework/technical-docs/spoke-actions/additional-information-payload-add-attribute.md)

## Notes

The Spoke can be installed via the ServiceNow Store at the link below.

{% embed url="<https://store.servicenow.com/sn_appstore_store.do#!/store/application/18c35431db11d01037fe9eb6db96190f>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.yansalabs.com/jira-integration-framework/technical-docs/spoke-actions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
