Power Salesforce Connector FAQ

Is the plugin free?

Power Salesforce Connector™ is a free app that comes together with any of our paid Power Portfolio apps like Power Scripts for Jira, Power Actions, Power Database Fields PRO, Power Custom Fields PRO and so on. Once you have any of these plugins installed, Power Salesforce Connector is a great addition to the family to help you with convenient and pain free integration to Salesforce.

Before you install Power Salesforce Connector, ensure that you have either of the power apps installed.

Is the plugin supported?

Of course. You can find more details about support terms here.

I'd like to have a new routine in the app, can you implement it?

Yes! We are happy to hear from you. Contact us to request new features and submit ideas, we love feedback!

How can I check whether my Jira-Salesforce connection will work?

When you establish a connection with Salesforce, you need to enter the following parameters: Username, Password, Consumer Key, and Consumer Secret. Based on these parameter Salesforce generates a token for your connection. To check whether these parameters will work and that the token will be generated, use the following command in the console / Terminal:

curl https://login.salesforce.com/services/oauth2/token -d "grant_type=password" -d "client_id=..." -d "client_secret=..."  -d "username=..." -d "password=..."