It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hi,
the plugin documention of the Database Value Plugin says I can build my query depenend on the project (${jira.project.key}) or the user who is currently logged in (${jira.user}). I would need to make a query dependend on a custom field value which is set during the issue creation. Is there a set of variables I can use in my queries (and use something like ${jira.customfield_10001})? Or are the project and the user the only variables I can use?
I have a custom table in my database with all users and their managers. While creating an issue, I'm filling a custom field (user picker) with a specific user (independent from assignee or reporter). Now, I want to query the database for this user's manager (i.e. SELECT manager FROM mycustomtable WHERE user = ${jira.customfield_10001}) and fill another custom field with this manager's username.
Can I actually achieve this with the Database Value Plugin?
Thanks for your help in advance.
Cheers, Tom
Hi soumia,
I ended up in using Kepler's Database Custom Field plugin. More possibilities and a supported plugin.
https://marketplace.atlassian.com/plugins/com.keplerrominfo.jira.plugins.databasecf
Example:
SELECT name, location FROM users WHERE username = {customfield_11030}
Cheers, Tom
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHey Atlassian Community! Today we are launching a bunch of customer stories about the amazing work teams, like Dropbox and Twilio, are doing with Jira. You can check out the stories here. The thi...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.