Skip to end of banner
Go to start of banner

"Create Jira Issues" and "Associate" Buttons are visible to admins only

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Summary

Under Salesforce Lightning Experience, the Create Jira Issues and Associate buttons are only visible to admins. 

Environment

  • Jira Cloud

  • Jira Server

Cause

 Cloud

The user's profile doesn't have the Apex Class access permission enabled for JCFS classes.


 Server

The user's profile doesn't have the Apex Class access permission enabled for JSFS classes.

Resolution

 Cloud
  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.

     


 Server
  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.

     


  • No labels