We are trying to make it where users can request time-off using Jira Service Desk.
On the form, we'd like to display to the user how many leave hours he/she currently has.
Leave hours for all users are stored in a CSV file, which looks like this:
abc123, 23.25
def456, 96.50
ghi789, 39.25
Example: user def456 has 96.50 hours. So, if user def456 accesses the JSD form, the non-editable field would display as so:
The 96.50 would be pre-filled.
Is this possible to do?
Hello @Jason Freeman,
You can do so using a third-party app, see Atlassian Marketplace. If you're on Server, the most popular apps in my experience are nFeed and Power Database Fields Pro.
Hope this helps!
- Manon
I installed the trial version of nFeed.
I got it show 23.25 in a field, but it always shows that value, no matter who is logged in.
I see that queries are not possible against CSV files using nFeed, so is what I am trying to do possible with nFeed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Do you want to import data from CSV file and continue to enter this data in Jira or you want to take this data in real-time from this file?
If you want just to import data from this file, then you can use Jira CSV import feature:
https://confluence.atlassian.com/adminjiracloud/importing-data-from-csv-776636762.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.