Integrate Jira and Slack in both directions with NextUp Jira Integration+

It’s very easy and the wizard for the integration is very very good! First install the Jira Bot Integration+ in Slack. Use this link After this, install the NetUp Jira integration plus add-on in Jira as usual (task to be done by your Jira Administrator) Open the Jira integration configuration: Usually in the link https://jira.example.com/plugins/servlet/jiraplus/admin…

Read More

JIRA Scriptrunner REST Endpoint & Web Fragment example

This example show a button in the “More” option of the issue tickets called “Approve this issue“. This button call a Scriptrunner REST custom Endpoint and returns a “flag” Object to be shown as alert in the ticket. First go to “Add-ons-> Scriptrunner –> REST Endpoints” and add this script: Then save the REST Endpoint.…

Read More

How to create a new JIRA Scripted Custom Field obtaining LDAP attributes

Very simple! Download the plugin Kepler Custom Fields Create a SIL Script Custom Field In the custom field configuration set a new script like this: return ldapUserRecord(“attribute”, “”, “”, “”, “user@example.com”, “user”); Remember to configure the LDAP connection Go to “Cog icon” –> Addons –> KEPLER –> LDAP Configuration URL = ldap://localhost:389 BIND USER =…

Read More