Filter to show sub tasks of a filtered list of parent tasks

You can install the Craftforge JQL functions https://plugins.atlassian.com/plugin/details/31601 You then create a filter project = MyProject AND fixVersion = “1.1.1” and issuetype in standardIssueTypes() and status != Closed Call this filter for example ‘parentIssues’ Using the JQL issue in subtaskIssuesFromFilter(“parentIssues”) will retrieve all relevant subtask issues.

In angular 2, how to display a number as two decimal rounded currency?

Use this code. Here is a working example http://plnkr.co/edit/xnN1HnJtTel6WA24GttR?p=preview {{num | currency:’USD’:true:’1.2-2′}} Explanation : number_expression | number[:digitInfo] Finally we get a decimal number as text. Find the description. number_expression: An angular expression that will give output a number. number : A pipe keyword that is used with pipe operator. digitInfo : It defines number format. … Read more

Solr filter-query vs main-query

A FilterQuery ONLY stores document IDS. This makes it very fast to apply the filter to include/exclude documents. Good examples of this are when filtering products from search based on Country, Product Type, Availability, etc. A normal query can perform the exact same function, but it has a very complex scoring system to determine “relevance”. … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)