My tasks across different cities

Aleksey Shirokih November 6, 2013

We have about 30 cities in our company.

I want make system dashboard that will show tasks for my collegues for their city.

Now i have custom field (Multiselect List) that holds information about what city is affected by task or issue.

In my ActiveDirectory i have filed company that holds info about what city of user.

Idea of realisation:

  • need to create script(service?) and fullfill user property with City = ActiveDirectory-Company and also add user to group named with city
  • need to create jql query something like
issue in mycity()

any better ideas? any ideas about jql implementaion ?

1 answer

0 votes
Renjith Pillai
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.
November 10, 2013

If you connectivity to Active Directory is fast enough, you may skip loading the user property from Active Directory to JIRA. You can use a direct call from the groovy script to Active Directory to determine the user city and match it with the issue's customfield value. Just my thoughts.

Suggest an answer

Log in or Sign up to answer