Filter issues resolved more than 6 weeks ago on a YouTrack board - youtrack

We are using a Kanban board in YouTrack, as Kanban has no sprints the “Complete” column keeps on piling up with completed tasks. To solve this we want to create a filter that would filter all tasks that were resolved more than 6 weeks ago. I could not find a way to accomplish that. Could this be done? If yes how?

I believe the best option will be to use resolved date: -Older query. This will display all issues resolved in the last two months (refer to https://www.jetbrains.com/help/youtrack/standalone/Search-and-Command-Attributes.html#Date-and-Period-Values).
I'm afraid there is no way to create a similar filter for 6 weeks (except for specifying the exact date and updating it every day, like resolved date: -1970-01-01 .. 2019-03-01).
Please let me know if it helps.

Related

Only null values in BigQuery after changes to new schema when importing from Firebase Analytics

A while back we got an email from Google saying they would move all our Firebase Analytics data in BigQuery to a new table and a new schema. Fair enough.
A couple of days ago, the change was made. But the problem now is that we only see null events in our <project>:analytics_xxxxx_.events_<date> table. The events are correct in the intraday table, but for the last three days we only have null values in the events table. Anyone else seen this? Did we do something wrong or is it a bug with Google BigQuery?
I guess that you used the script they sent you for importing from Firebase. This is a known issue, and in some cases the script breaks the schema and that's probably why you are getting those null values.
I would recommend to reach Firebase Support [1] and they will help you solve this.
EDIT: I saw this other question posted and answered by a Googler that may be of help [2]

Postgres Trigger in specified time

Hello expert I am working in banking software vendor company and we are working in PostgreSQL database due to load of work in office time(pick hour) I want to execute some function in specified time(off hour) with trigger. So please if you have any idea please help me.
A trigger should always be something fast. You don't want to hold transactions open for a couple of hours, that would be a really bad idea.
The correct solution for such a problem would be a queue. There are some existing implementations like PGQ, but I don't know if the'll meet your requirements.

Prestashop default group auto-update

I come to solicit your help after several days of research.
I have a PrestaShop 1.6.1.4 (multishop). This shop is connected with an ERP for manage orders and customers.
For each customers, we have multi-groups. The default group on my databse is 3 (customers).
My problem : Several times a day, my database auto-update and change my default-group by another value for all customers. On my shop, my customers have to be on "customers" group to use search engine and order... This is a real problem !
Someone can help me ?
Thanks a lot !
You should look for some module or custom function, probable related with ERP integration. This should be the cause of group modification.
Anyway, a complete update of all your customers default group should include 3 keywords you can find in your source code: update, customer and id_default_group. So, if you can find a PHP or MySQL sentence that combine this 3 keywords you will find the problem. But, is this is part of an ERP integration you should be careful deleting of commenting this code because it can cause a malfunctioning of your integration.
Good luck.

How to specify data generated recently only in lucene?

I'm newbie for ELK and now wondering how to specify recent data only using lucene query in Kibana.
I'm trying to do like:
timestamp:[10 minutes ago TO now]
I found the way to specify static range of time window, but I would like to show a dynamic graph based on recent data only.
Thank you
Answer myself..
I found this post. Right now kibana doesn't support such query.
https://github.com/elastic/kibana/issues/4278

How to get reports from Jira?

I just want to create report from Jira (Chart report showing total bugs of weekly report for 2 projects) I tried using time since report.Generated graph displayed total bugs for the 2 projects, But I want 2 projects name with each issues associated with project for each day.Is there any way to get the report?
I guess you are in search of a Dashboard. Dashboard will keep you update after regular interval about the status of the project. For creation of a dashboard you will need to create a filter first and then the Dashboard.
Create filter according to your requirements. i.e. search issues logged by QA in particular time period, in particular sprint etc.
This link will help you https://university.atlassian.com/uac/2.0/courses/end-user/jira/v60/search-and-filters/save-and-share-filter#/lesson-content-header
After creation of the Filter create a dashboard.
Follow steps mentioned in below link https://university.atlassian.com/uac/2.0/courses/end-user/jira/v60/dashboards/create-share-customize-a-dashboard
https://confluence.atlassian.com/display/JIRA/Customizing+the+Dashboard
Hope this helps you.