Since it is possible to create an issue but put someone else as Reporter - is there any way I can query who actually created it - preferably to find issues created by members of a specific group?
There is a "created" field that captures the actual creator, whatever is put in the reporter field.
Try an advanced search for
created in mambersOf("name of group")
Isn't 'created' the date that the issue was created?
What you suggest doesn't seem to work...
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.
Bother, I always mix up those two field names! Sorry!
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.
reporter = 'username' ORDER BY createdDate DESC
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.