Adding custom html and/or a custom action to Jira OnDemand

Richard Sloggett December 16, 2013

We have a number of tools we use alongside Jira for CRM, devops etc. We would like to be able to invoke those tools directly from our Jira OnDeman web pages, as hyperlinks that would ideally contain embedded information from the current issue. E.g. we might want to have a link such as this:

http://crm.mycompany.com/customerbyissue/ca-123

.. where ca-123 is the issue number.

Is there a way we can configure Jira OnDemand to handle this - either as hyperlinks on screens or as items on the actions menu? If there isn't a direct way, is there a way we can inject custom script into the Jira OnDemand pages so we can create something to make this happen?

1 answer

0 votes
RambanamP
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 16, 2013

check this doc it may help you

https://confluence.atlassian.com/display/AOD/Managing+Webhooks

if you want to do customisation on ondemand first you have to do it through atlassian connect

https://developer.atlassian.com/display/AC/Getting+Started

Richard Sloggett December 16, 2013

Many thanks for the info. Webhooks would be ideal if we were looking to respond to events (new issues etc.) but don't appear to be designed for interactive actions - i.e. opening links and other actions that don't affect the issue.

I will look into Atlassian Connect as it seems like this is the mechanism for customization - just need to figure out what customization method we need to use to achieve what we want.

Suggest an answer

Log in or Sign up to answer