I have created a bunch of filters for my next-gen projects and dashboards. When I go to edit them, however, it often only allows me to save as, stating:
"This filter was created by [me]. You can save a copy of this filter but you cannot modify the original."
I am a site admin so I do not think it is a permission issue. Can someone shed some light?
Edit: I do not want to just "save as" the filter under a new name, I want to edit the current one so my dashboard widgets still pull it.
Hi Erin, one thing to be aware of and maybe you are and this is going down the wrong path....
when you select a filter you will only see "Save as" until such that as you make the change AND click the search (or hit CR). Once you do that you should be able to see Save option.
if that still doesn't resolve it LMK
Hi, Thanks for your response!
I had noticed that with changing the search, but what I wanted to do was change the columns shown. After playing with it and getting a tester, I realized that probably saves automatically. I feel silly but at least now the question is here for others to find.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No problem we all had to learn the same thing. 😉
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Long shot replying to here 6 months later... but something has changed and I am having the same problem again.
Now I can edit a filter, click search, and am once again unable to update my filter. The "save as" never does change to "save", even after searching.
The pop up now looks like this:
Any advice? I want to update this filter without having to make a new one and go change my dashboards.
Thanks!
Erin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmmm, can't edit columns either (even though I own this filter...).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jack Brickey, I too cannot edit/save any filters I own besides what's contained under the Details tab.
Except:
It doesn't seem to be tied to whether or not the Search is rerun. The Edited/Save presents as soon as any of the dropdown values are modified. I'm not sure if this is as designed. I think most users would agree that we should be able to Save the filter at any time, regardless if there are changes, if we are the owner of the filter. Just like if we are using the Switch to JQL option.
Repro:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Christy Bailey ,
I followed you thru #4.
In #5 you indicate you "the Resolution field without selecting any criteria from the available list. Clicked Search. If I understand you then your edited JQL might look like below. The Bold represents the original filter that works as expected.
project = abc and assignee = jack and Resolution
now if you hit return or click search you should receive an error for invalid JQL since you did not specify and operator and value, e.g. = "won't do".
Now, if you complete the JQL then you should then be able to "save" or choose "save as".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, @Jack Brickey. There's a lot of info there, so let me see if I can clarify.
#5 should have said I added another field by using the + More option in Basic mode. In particular, I added the Resolution field without selecting any criteria from the available list. It defaults to All. And only the Save as is available.
Because I did not select anything from the dropdown of the new field, Resolution, in this example, it did not alter the JQL.
JQL before and after:
project = GATESSPT19 AND issuetype = Bug AND "Epic Link" = GATESSPT19-2679 ORDER BY resolution DESC, status DESC, summary ASC, priority DESC
When I select something from the new field, for example, Unresolved, the JQL does change, and the Save/Edited displays:
project = GATESSPT19 AND issuetype = Bug AND resolution = Unresolved AND "Epic Link" = GATESSPT19-2679 ORDER BY resolution DESC, status DESC, summary ASC, priority DESC
However, what I'm attempting to do is add the Resolution field without anything preselected. This way, the user can have all, in this case, bugs and narrow down the resolution if/when necessary.
It appears as though the only time Jira will present the Save/Edited option is when there is at least one value is selected from any of the fields being used in the filter. Otherwise, the filter cannot be saved.
Also, I thought I found a way to trick Jira into saving the Resolution field as NULL/All, but I was wrong:
Repro:
I was doing everything using the Basic function. I only referenced the Switch to JQL to illustrate what I think the expected behavior should be. And that was, I thought the Save option presented regardless of whether you changed something or not. But I realize now that that is incorrect. Indeed JQL will only present the Save option if you type anything into the field. So please disregard that note.
I guess the crux of the issue is, is there a way to:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Christy Bailey ,
indeed if you do not change the filter then you will not be presented with an option to save, or save as sense no change was actually made. Please note that simply selecting a field from the more option in basic mode does not actually change the filter until such time that you choose a value. It seems like what you were actually trying to do is change the default fields presented to you and other users. I'm not sure exactly why that is your goal if indeed it is. To the best of my knowledge, you cannot alter the default fields that are presented in Basic mode.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Jack Brickey. After I went through the above, I finally realized that that was what was happening.
I understand why selecting a field (in Basic mode by using the + More function) AND not selecting a value in a new field does not change the filter from a technical standpoint (it does not change the JQL query). But it does literally change the filter, from a user's point of view, IMHO.
As you imply, I am trying to add a new field with the default of All, and therefore (again, IMHO) should be able to save it. Just like "the default fields presented" of Project, Type, Status, and Assignee; they all allow the default of All; no selected values are required.
The reason I'm trying to do this, and likely other's too, is probably the same as why Jira allows "All" for the aforementioned fields. The team that I have created the filters (23 in all) will be changing the value(s) of that particular field (Resolution in my case) quite often. I don't want them to have to add the field, then select the value(s) each time they use the filter, which is also quite often.
I'm guessing from your answer that this is as designed, and will not change. If so, please allow me to offer a few suggestions as I think this is confusing others too.
Thanks so much, Jack!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Erin Blomert , just to be clear, I do not work for Atlassian and do not therefore have any influence over how they implement things. Other than the occasional opportunity where I provide feedback on new implementations. With that said, I would recommend you use the Feedback link inside the app to share your thoughts with Atlassian directly.
Cheers!
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.
@Jack Brickey cc @Erin Blomert . I did not realize you did not work for Atlassian. Thanks for letting me know. I did use the feedback option in Jira, as you suggested. 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.
I had the same issue, it was related to permissions but I think it's a Jira bug. I created the filter, so I'm the onwer, I gave edit permissions to another User and after that I could not "Save" the jira filter, I could only do "Save As". I went back and also gave my self permissions explicitly, which then fixed this problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I managed to resolve this by doing the following:
This workaround has resolved this issue for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you! I have a couple of end users having this issue. I'll pass this on to them to see if it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To add onto this...after editing the query, then running 'Search', the initial 'Save As' button will change to a 'Save' button. Alongside the 'Save' button will be a dropdown with the option to 'Save As'. A very hidden flow with only 1 point of entry. Not obvious. Thank you @Eugene Eng for the step through
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wow, thank you. I've been trying to sort this out for an hour now. Not sure why this is still an issue *2 years later* but I appreciate you figuring it out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Edit: Meant to post this in response to Jack
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not run into this. Either you truly don’t know in the filter you having to be looking at or possibly a bug. If you’re quite confident that you do and the filter then I would contact Atlassian support to have them investigate. To test if you are in the filter can you click on the details link at the top and edit permissions or subscriptions etc.?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I 100% own the filter!
Out of frustration, I shut everything down and reopened and after doing that, it started to work. It's almost like it gets "stuck" somehow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Cosigning with Erin. I'm having the same issue with filters I created and own. I modify it, click search, like what I see, and then want to save it, but I can't because it's not an option. The message acknowledges that I created the filter, it's almost like Jira thinks someone else is logged in and sitting at the keyboard.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
some screenshots of what you're experiencing might be helpful here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I haven't had this problem for awhile now!
One thing that tricked me up a lot was learning that changes to the columns are immediate and don't need to be saved... so I was trying to "Save" and it still would not give me the option because Jira did not think anything new had happened.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Show up and give back by attending an Atlassian Community Event: we’ll donate $10 for every event attendee in March!
Join an Atlassian Community Event!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.