Documentation Index

Fetch the complete documentation index at: https://docs.document360.com/llms.txt

Use this file to discover all available pages before exploring further.

Integrating Jira with Document360 using Make

Prev Next

Jira is a service desk and project tracking platform from Atlassian that provides extensive functionality for issue management, request queues, analytics, and team collaboration. When your development or support team logs issues in Jira, there's often a need to create corresponding knowledge base articles in Document360 — for example, documenting a known issue, a workaround, or a resolved bug. By connecting Jira and Document360 through Make, you can automate this: whenever a new issue is created or updated in a Jira project, Make automatically creates a corresponding article in Document360.


When to use this integration

  • Your engineering team logs bugs or issues in Jira and you want each new issue to automatically generate a draft article in Document360 so your documentation team can write up a workaround or resolution.
  • You maintain a known issues section in your knowledge base and want Jira issue events to drive article creation automatically rather than requiring a manual step between the two platforms.
  • You want to keep your Jira project activity and Document360 content creation in sync, reducing the overhead of switching between tools to move issue information into documentation.

Before you begin

  • You must have an active Make account.
  • You must have a Jira Cloud account with access to the project you want to monitor.
  • You must have your Jira API token. To generate one, go to your Atlassian account settings and create a token under Security > API tokens.
  • You must have your Document360 API token ready. To generate one, navigate to Connections > Extensions , locate the Make tile, and click Connect to copy the token.

How to set up the Scenario

Step 1 — Sign in and create a new Scenario

  1. Log in to your Make account. The Make dashboard appears.

Make dashboard sign-in page

  1. Click Create a new scenario at the top right.
  2. Click the add (+) icon — a list of available applications appears.
  3. In the Search field, type Jira Cloud Platform.
  4. Select Jira Cloud Platform and choose the trigger you want to use. For example, select Watch Issues to trigger the Scenario when a new issue is created or updated.

Screen recording showing Jira Cloud Platform being added as a trigger module in Make

Step 2 — Configure the Jira module

Jira connects to Make using a webhook, a connection, and your Jira credentials.

  1. Click Create a webhook and enter a Webhook name.
  2. Click Create a connection and enter a Connection name.
  3. Enter the Service URL — this is the base URL of your Jira Cloud instance (for example, https://yourcompany.atlassian.net).
  4. Enter your Jira Username and API Token.
  5. Click Save.
  6. From the Watch Issues dropdown, select the option you want to track.
  7. From the Select a Method dropdown, select how you want Make to search for issues.
  8. If needed, apply optional Filter, Expand, and Fields settings to narrow down which issues trigger the Scenario.
  9. In the Limit field, enter the maximum number of issues Make will return per execution cycle.
  10. Click OK.
  11. In the Choose where to start popup, select the date and time from which you want to start watching for new issues.
  12. Click OK.

Jira module configuration panel in Make showing Watch Issues, Method, Filter, and Limit settings

Your Jira project is now connected with Make.

Step 3 — Connect Document360 as the action

Once Jira is connected, add Document360 as the next module in the Scenario.

Make Scenario editor showing the option to add a new module after the Jira trigger

  1. On the Scenario editor page, click the Add another module (+) option.
  2. In the Search field, enter Document360.
  3. Select Document360 and choose the action you want to perform. For example, select Create an article to create a draft article.
  4. In the Document360 panel, select an existing connection. To create a new connection:
    • Click Create a connection and enter a Connection name.
    • Enter your Document360 API token and click Save.

Screen recording showing Document360 being added as an action module in Make with API token connection

To generate the API token from Document360:

  1. Navigate to Connections > Extensions in the left navigation bar of the Knowledge base portal.
  2. On the Make extension tile, click Connect.

Document360 extensions page showing the Make tile with the Connect option

  1. Click the Copy icon to copy the token.

Make token details popup in Document360 showing the generated API token and copy option

  1. Head back to the Make panel and paste the API token into the field.
  2. In the Article Title field, select the Jira parameters you want to use as the article title. For example, select the Task name parameter to use the Jira issue name as the title.
  3. In the Article Content field, select the parameters you want as the article content. For example, select Assignee Name, Resource Type, and Due On.
  4. From the Project Category ID dropdown, select the category where the new article should be created.
  5. Click OK.

Step 4 — Test the Scenario

  1. Click the Run once button at the bottom left to test the Scenario. Test details appear at the bottom of the page.
  2. To trigger the test, create a new issue in the associated Jira project.
  3. Once the issue is created, a new article is created in the associated Document360 category. You can verify this in the test details panel or by navigating directly to your Document360 project.

Step 5 — Schedule the Scenario

  1. Enable the toggle at the bottom left to schedule the Scenario. Because Jira uses a webhook-based trigger, enabling this toggle runs the Scenario immediately as new issue data arrives.
  2. Click OK to save.

Make Scenario editor showing the scheduling toggle enabled at the bottom left

Step 6 — Activate the Scenario

  1. Click the Exit editing () icon at the top. The integration dashboard appears.
  2. Turn on the ON/OFF toggle near the Edit option to activate the Scenario.

Make integration dashboard showing the ON/OFF toggle to activate the Jira to Document360 Scenario

Once activated, the Scenario runs in real time as Jira issues are created or updated.


Best practices

  • Use the Filter and Select a Method options to scope the Scenario to specific issue types or projects rather than watching your entire Jira instance. For example, watch only bug reports in a specific project to avoid generating articles for every routine task or sub-task.
  • Map the Jira issue summary to the Article Title for clean, descriptive article names that reflect the issue being documented. Avoid using internal IDs or codes as titles — your readers will find summary-based titles far more useful.
  • Store your Jira API token securely. Unlike OAuth connections, the Jira API token is a long-lived credential. If your token is regenerated in Atlassian, update it in Make's connection settings immediately to prevent the Scenario from failing silently.