Hi I created the below query to displayall tickets opened by the requestor who is logged in currently and the tickets they opened with open and resolved status. What dismays me is that currentUser does not seem to do anything. It displays all the results.
status = Open or status = Resolved and reporter was currentUser()
Also is there a way to order these columns in the filter? Using default coumns yeilds none of the fields i need and chosing the coumns from the dashboard adding the favorite filter yeilds no ability to change the order
So, summarized:
- for the query: status in (Open , Resolved) and reporter was currentUser().
- for the column order use https://plugins.atlassian.com/plugin/details/37658, add "Column order" gadget to the dashboard.
dont forget to accept it if this solved it.
This is an awesome solution and it worked like a charm :) and this is on the version 4.4
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
about the query: try this status in (Open , Resolved) and reporter = currentUser() and reporter was currentUser().
I dont really get the ordering part of your question, ORDER BY status asc works well (or any field if not status order what you want)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Toth. That was awesome. It worked like a charm.
Here are the detail aroundordering the columns. When i create this filter i am adding this to the users dahsboard. I am using the "Filter Results - All issues" as the gadget. While using this i have an option to chose "Default Columns". I would believe that is the order that is defined when the filter is created. But Sigh thta is not the case. If i choose the columns from the dashboard, there is no way to order them. Am i missing a step?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
for me its the same ordering like in the filter. I'm using 4.3.4, maybe for you in 4.4 its different.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
could you direct me to these posts? or tell us if you find something about that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I read some post that said that it is alphabetical and we need to buy a plugin for $200 to make it change the ordering which is ridiculous. Will keep exploring, thanks for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
oh I got it totally wrong. you want to change the column order, they come up in alphabetical order (like Priority, Status, Summary, but you'd like to see them az Summary, Priority, Status.. am I right?). if yes, https://plugins.atlassian.com/plugin/details/37658 is what you are after. Its listed as commertial, but its free to use, just tried it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I could be mistaken i am trying all possibilities in the hope for a miracle but the below link is what gave me the impression that it wont work default.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Toth,
Thank you for the plugin. I installed it and for some strange reason does not seem to show up as shown in the screenshot but i guess i am one step away :).
Appreciate the timely help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
add the gadget named "Column Order", not "filter results".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh wow that was what i was missing. Thank you for the super fast response :).. Now it works like a charm.
Thanks again for the help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
cheers, no problem.
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.