I just started my internship at a company that has started to use Jira so I am borderline clueless what to do?
The issue filter used to have a tab for Status, and other users that have created filters with the status tab are still active and working, but can't find a way to filter with that choice anymore. It seems to have just vanished.
You can find it on /issues page.
Screenshot
Related
Is anyone else having this issue with Heroku?
Something went wrong. If you're using an ad-blocker, please try disabling it. You can also check the Heroku Status site to see if there are any incidents impacting our service.
And in the top corner shows Unknown error
Screenshot of the issue
I was using my dashboard normally until 2 days ago, then I started getting this splash and even disabling my adblocker this still remains. And in Firefox I get an eternal loading page (after authentication).
I'm pretty new using Heroku, but it seems that a free user just can't create a ticket or email them anyway... LOL
I'm being able to do what I need through terminal/cmd by now, but eventually a dashboard would be great!
One possibility is that the site is experiencing some sort of problem. It is the website itself and not you.
You can check in Status to see if there is a real problem reporting (but if the problem just happened, it may not happen so quickly)
I suggest that if you really have a question, you write an email to ask.
outage-support#heroku.com
Their reply is very fast (my experience is that they reply after 2 minutes), here is their reply
We're seeing similar reports and looking into this, possibly an incident brewing. We should have a status post shortly: https://status.heroku.com/.
So I am experiencing this frustrating issue for quite some time already. The scenario is when I am using admin panel, it will automatically log me out frequently(especially when I click on Save or Edit button). Sometimes it was as bad as each action click it will log me out once, so I have to repeatedly login for each action I performed( Save or Edit).
It is even worst that this is not a constant issue which means it is not every time I click on this module will have this issue which makes me impossible to trace under what circumstances this issue will comes out. By the way, after the system log me out, the message appeared at the login page was 'Invalid session token'.
And recently I got feedback from my customer that even front end is having this issue. My customer make an order after filling up all the details and confirm the payment, when try to click next button, he is being logout !! No order confirmation email send to him. And when he re-login to his account, his order details is incorrect(showing other customer details). This has seriously impact my website reputation. I believe both these front end and backend issue were from the same root cause.
All this while I have been trying to look for solution for this, I have seen similar post on Opencart forum before but can't get a solid solution. So I am opening this topic again here and hope to get a solution from stackoverflow. Solid solutions/advise/idea are all welcome. Thank you.
You may check at following things,
delete system/logs/error.txt;
check if problem has gone;
if not - check where is your disk_space (you may contact your hoster for support)
I also had the same issue.
I have changed the string of code in the htaccess file from "http" to "https" and that worked for me.
I'm looking at promoting the Service Now KB with our organisation and have noticed that by clicking the "book" icon beside short description, you can attach an KB article to the incident, but this goes into the additional comments.
Is it possible that the book icon can appear beside the solution field when resolving the incident so it will then appear in the resolution field and go via email to the user?
I am not sure if you are still looking for an answer , look for the attribute
knowledge_search
in service now wiki , will be able to find what you are looking for
And also look for contextual search in service now
As far as email goes , thats something that you have to customize using mail script I believe
Hope it helps if you are still interested !!!
I'm trying to suss out the Joomla 2.5 Smart Search. I followed some instructions here - http://magazine.joomla.org/issues/issue-feb-2012/item/671-Developing-a-Smart-Search-Plugin - I managed to get my plugin installed and items from my component were being indexed in the smart search component in the administrator section..
But when I go to the front end of my site and type in one of the names of the products, it says no results found. Yet as mentioned before the same product is displaying fine in the admin component smart search, it just won't show up on the front end when I search for it.
I'm not sure what I've done wrong, or if I'm missing something?
Here's my plugin file structure:
/plugins/finder/products/language/en-GB/en-GB.plg_finder_products.ini
/plugins/finder/products/language/en-GB/en-GB.plg_finder_products.sys.ini
/plugins/finder/products/products.php
/plugins/finder/products/products.xml
/plugins/finder/products/script.php
I also added the route.php in my site components helper folder.
Any ideas on what I've done wrong, or if anyone could tell me how to print out the search query itself on the results page, so I can see where things are going wrong? I don't know, any help would be appreciated really :)
Thanks guys
Without some code to look at I can't suggest more than turning on Joomla!'s debug mode and setting the error reporting to it highest level ie.'Development'.
Debug Mode: Site->Global Configuration->System->Debug System->Yes
Error Reporting: Site->Global Configuration->Server->Error Reporting->Development
That way you'll get all the SQL queries in the Joomla! Debug Console and that will help a little.
Does your component use access levels? I've just been looking into smart search plug-ins and found that the reason why nothing was appearing on the front end for my component despite being indexed was because it didn't know what the access levels of that component's articles were.
As my component didn't use access levels, I found that adding "$item->access=1;" to the index() function was a hack that fixed it by conning it into thinking the access levels were public (though just a hack, mind you, and should not be considered the correct solution.)
Anyway, I had the same problem and that was the cause.
I am trying to wrap my head around how these are all connected. I am trying to add some functionality to my main activity AJAX query if a button is clicked. I see the _inc/ajax.php to edit and have looked through it, but not sure where to edit it to include new options or new loops.
As of now it seems I can find some of the features listed but I am getting stuck on how they get connected up specifically when creating my own new custom loops to be used. I created a update-loop.php and put this in my theme folder in a new directory called 'update' but can't seem to get it loaded up correctly.
All I want is to get the filtering option to filter new blog posts. (if possible new blog posts from a specific category, which looking through the available options and don't see it anywhere). Note I am NOT using wordpress Mu.
Thanks for any help or guidance, I have asked on the buddypress support forums (lost cause) but I never get any feedback or any peep out of any one there.
---------EDITED:
Let me clearly ask at least one question that would be very helpful in my knowledge and future development with buddypress in working using AJAX.
How can I/If possible create my own custom loops and use them within the ajax filtering options on the main activity wall?
Please any help would be greatly appreciated...
I don't know if you custom functionality is (seperate) plugin but take a look at this:
http://codex.wordpress.org/AJAX_in_Plugins
I'm afraid I don't understand what you are asking or what you want to do....