---
title: "\"Create Jira Issues\" and \"Associate\" buttons are visible to admins only"
canonical: "https://support.appfire.com/space/CSFJIRA/2256275346/%22Create%20Jira%20Issues%22%20and%20%22Associate%22%20buttons%20are%20visible%20to%20admins%20only"
format: markdown
---
> Macro (aura-html)

## <span style="color: #172b4d">Summary</span>

<span style="color: #172b4d">Under Salesforce Lightning Experience, t</span>he **Create Jira Issues** and **Associate** buttons are only visible to admins. 

![image](media://801e14a4-b81a-4bee-a142-77cf17ca839c)

## Environment

- Jira Cloud
- Jira DC

## Cause

<details>
<summary>Cloud</summary>

<span style="color: #172b4d">The user's profile doesn't have the</span><span style="color: #172b4d">** Apex Class**</span><span style="color: #172b4d"> access permission enabled for JCFS classes.</span>
</details>

<details>
<summary>DC</summary>

<span style="color: #172b4d">The user's profile doesn't have the</span><span style="color: #172b4d">** Apex Class**</span><span style="color: #172b4d"> access permission enabled for JSFS classes.</span>
</details>

## Resolution

<details>
<summary>Cloud</summary>

1. Identify the users who aren't able to see the **Create Jira Issues** and **Associate** buttons.  
In Salesforce, go to **Setup > Users > Profiles >** click on the users' profile.
2. Look for and edit **Enabled Apex Class Access**.
3. Make sure all JCFS classes have been added to the **Enabled Apex Classes** column.
</details>

<details>
<summary>DC</summary>

1. Identify the users who aren't able to see the **Create Jira Issues** and **Associate** buttons.  
In Salesforce, go to **Setup > Users > Profiles >** click on the users' profile.
2. Look for and edit **Enabled Apex Class Access**.
3. Make sure all JSFS classes have been added to the **Enabled Apex Classes** column.
</details>