Can I create a custom field in user profiles? For example, we would like to capture the user's title and/or the product for which the user is working on.
No, custom fields are for issues only.
The closest you can get off-the-shelf is that users can have properties associated with them, but only admins can set them, and you need a plugin to expose them outside the user profile/admin screen.
Thanks Nic! I am am an admin. Which plug in? Is it available for OnDemand?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I really should have said - it's the "Jira Toolkit", which is a) free and b) available in OnDemand.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. We actually do have the Jira Toolkit. Still unable to figure out how to add a custom field to a user profile...is it adding a Key to the properties? I have tried that but it does not seem searchable or visible any place.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, I'm a bit fuzzy on one part - I don't know if OnDemand admins can set user properties. It sounds like you've found it, and you can though :-)
But for the rest, there are two parts:
Yes, you are spot on about adding a key and value. Only admins can add them, only admins can view them, and on that basis, frankly, they're useless. Other people need to see the, but its admin-only. Pretty useless in general. (But add one anyway, for this test)
Now, the Jira toolkit kicks in - add a custom field of "user property field" as usual. Then set the default value to "reporter:key" or "assignee:key". Next time you go to issues that have it on-screen, you'll see whatever <key> you set, based on who the reporter or assignee is.
Unfortunately, it's still not searchable.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could I use post functions to update from that user property field to a new custom field? Then it would be visible and searchable, yes?
I grealize that it would only apply if an issue is actually assigned to somebody but that may be OK.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know Tempo well enough to give you a decent answer
Property fields on users are notoriously difficult to use - there simply isn't much functionality around them. Such as searching or displaying - the view field in the toolkit sort of solves the problem, but you then have the odd situation where you are looking at a user property via an issue, and the data is not actually directly related to the issue.
If you copy these things with post functions, you'll be making a fundamental change to the information you're manipulating - once you've copied it, the data will belong to the issue. If you change the user associated with it, or you change the property on that user, then your copied data on the issue won't match. That might well be what you want (I've got a function here that says "capture the group(s) of the person doing X to the issue - if they change jobs, and hence groups, we do NOT want to change the issues because we need to know in what capacity they did it in, not what their current role is). But you need to think all of this through.,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can add user custom fields via Project Team plugin. See https://marketplace.atlassian.com/plugins/com.stonikbyte.jira.plugins.project-team-plugin.
Danut.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User Custom Fields for JIRA Cloud has been released. See https://marketplace.atlassian.com/plugins/com.stonikbyte.jira.custom.fields.plugin/cloud/overview
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.