Hi all.
Is there posiible to make the field "User Properties" in user`s profile viewable by all users, not only for administrators?
What is your JIRA version? I have own plugin for v4.4.3.
xrakan, I`m using JIRA v4.4.4 and going to upgrade it to v5.0, but it will be very helpful, if you will share this plugin for me - I can made required changes to make it compatible with JIRA 5.0
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Give me some email contact, where send codes. Mayby later I will release it officially on plugin exchange.
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.
Plugin send, give feedback if works correctly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is very useful plugin, thank you a lot! Sorry for so slowly responce.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Radek Kantor ,
I think this plugin is not available on marketplace yet , If possible can you share this plugin with me ?
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Radek,
i met the same probem.i need to add mobile phone number for every body.but this properties can only be visual to administrators.Radek can you share your plugins with me ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Fabby ,
I have created a plugin "Buzz" it displays the phone number of assignee and reporter on the issue screen .
Hope you find it useful :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I released my JIRA Public User Properties plugin, available at:
Atlassian marketplace: https://marketplace.atlassian.com/plugins/cz.rk.jira.plugin.pup
Sourceforge: http://sourceforge.net/projects/jirapup/
Wiki Page: http://sourceforge.net/p/jirapup/wiki/Home/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I will check this, look like some javascript issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
IE8 compatibility fixed in v0.1.1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
We have the same issue. I'm going to look into Buzz, but we need beyond the Phone Number. Our users want to be able to see the Client, Region, phone number and a flag when they hover over a User. I have gotten around this by using post-functions to copy the User Properties into custom fields onto each issue that a customer creates. But I would like to be able to let the non-administrators see User properties.
If anyone else has more suggestions....let me know...
Susan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You may add as many features as you need in user-popup, like mentioned here (abut user phone): https://community.atlassian.com/t5/Jira-questions/Adding-phone-number-web-item/qaq-p/295994
Tie between your custom element inside popup and your plugin servlet, handling request may provide any functionality - with dialog or not, as you prefer.
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.
You can use properties fields in user profiles. (Adding a property to user)
http://confluence.atlassian.com/display/JIRA/Managing+Users
Just add:
key - ext phone
value - 1234
When you click on username, you'll see his phone number.
Also you can use jQuery or Javascript to display it in issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Of course, but these properties are by default visible only to administrators, as Michael wrote. Must implement some code, to be visible to all users.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, may be database-plugin will help https://plugins.atlassian.com/plugins/org.deblauwe.jira.plugin.database-values-plugin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
maybe you can add the phone number in brackets to the user's full name... But it's not really nice...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You'll definitely need code. There's no "user level fields" in Jira, so you'll need to write something that adds them.
In this case, I'd actually be very tempted to dive into core Jira code and amend the stuff that displays the users name on the comment and add a bit of code like "if user property of telephone number exists, then show it here"
Until you've had time to do that, you could simply ask your users to include a number in their name. e.g. having a display name like "Nic B (ext 45678)"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Nic.
In some cases we need to call by phone to user, who added a comment to an issue. As you can see, custom fields are not very useful in this case. Maybe you can give me a tip how I can configure it (or implement by plugin)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you expand on why it doesn't work? My guess is that you want the properties to show on the users profile page instead of on issues (which isn't really what properties are intended for, although that's a different discussion)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the answer, but this solution is not fits.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira toolkit plugin provides a user property customfield . I dont know whether user properties can be made viewable to all users but you show user properties in a customfield provided by jira toolkit plugin.
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.