On create is there a way to provide cross issue look ups?

Dean Flamberg August 26, 2014

I am trying to work around a perceived deficiency with Jira and Jira Service Desk. (We have the former and would evaluate the latter if we can work around this issue.)

When entering an issue we want to be able to look up a customer and get information about them (their contract type, contract status, contacts, etc.). I was thinking of creating a separate issue type called Customers that would have the desired information. Then, when entering a Jira or service desk issue, I would like a field that the user could use to query and select the appropriate customer record. For example, they could start typing "Foo" and then see choices for the "Foobar, Inc." and the "Foo & Foo Law Firm" "Customer" Issue records.

Is this possible? If so, how can I implement this? If not then does Jira provide alternatives to accomplish the same thing? Or do I need to do an external database look-up via https://marketplace.atlassian.com/plugins/org.deblauwe.jira.plugin.database-values-plugin?

1 answer

0 votes
CEDRIC ZABEL
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.
August 26, 2014

Sounds like jQuery’s autocomplete would work for you, depending on how you can access the customer information. If it can be exposed via a REST call, it should be straightforward. I think autocomplete is accessable from AJS, but you may have to do something to get it loaded. (I’ve used autocomplete before, but not the one in Jira, so my details may be off.)

Suggest an answer

Log in or Sign up to answer