Hi,
Does anyone know if it is possible to access user properties in an export in Xporter for JIRA? Has anyone got any workarounds? I'm mostly looking to get contact details/office locations of user properties already synced from AD.
Actually, @JimmyVanAU the only info of logged user you can export is Display Name, Username and Email Address.
However, I've created a new issue on our backlog in order to satisfy your needs. You can watch and vote for it here.
Hi @Mafalda de Azevedo Mendes, that's great! Thanks for that.
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.
Hi Jimmy,
Is possible to get some info about users if that user is the assignee or the reporter of an issue.
The info we can export is: id, username, display name, email and groups to which the user belongs.
If you have any more questions feel free to ask.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mafalda de Azevedo Mendes, thanks so much for following up!
I'm actually after information about the logged in user, if they were the one exporting the document.
The information I'm referring to is available at:
/secure/admin/user/ViewUser.jspa?name=admin
Properties can be edited at:
/secure/admin/user/EditUserProperties.jspa?name=admin
Screenshots below.
I'd be looking to put them in a document, so I can say
${User.phone}, or some similar notation, and in the document it would be substituted with 123456789
Hope that explains what I'm after.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi again @JimmyVanAU,
Let's see if now I understood the question.
Xporter can choose which mapping it should be printed if you define mappings inside a javascript filter.
However, on the latest JEditor version, you could simply use $
{html:fieldname}
and if the field contains wiki, it will be rendered.
Is that it?
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.
Hi @Ye Fung Tchen ,
I didn't unfortunately. I think in this case I worked around it. I only had several users that needed their details exported (was for authorisation document), so I hardcoded values using if blocks.
If userA, export signature block A.
If userB, export signature block B.
Can see you have voted on the issue above :)
Good luck!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Jimmy,
I didn´t quite understand your question, do you want a way to export info related to a JIRA User? When I say info, I mean, for example, the user full name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nuno Silva, sorry I didn't see this until now. I wanted to export properties set against each user; see the screenshots in the reply below.
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.