Jql in list. IN: Matches any value in a specified list.
Jql in list. Alternatively, click JQL Functions from the left-hand menu.
Jql in list We would like to search for all childissues of a list of epics that are belonging to an If you are a Jira user or administrator, you’ve likely explored the search feature to find specific issues or lists of issues. Frequently Asked Questions about the JQL. To search for updates that have been made in the past, you can use WAS or CHANGED operators. A field in JQL is a word that represents a Jira field (or a custom field that has already been defined in your This component allows users to use JQL to insert a list of issues into their rule by accessing the smart value {{lookupIssues}}. The ABDC established the list to guide researchers to select quality It is "strictly evaluating" the JQL. And, to get even more JQL training, check out our tutorial videos. If you're looking for When performing a JQL search for issues not in a category or without a label, for example, using the "not in" or "!=" (not equals) operators, some are left out. My If you trying to get list of tickets which are raised for product five, then use below JQL in your search. The client is asking for a list of stories based on users in the Watcher list. This is a recent I am trying to create a list of all Program Epics under an Initiative using JQL in Search, but have not been able to so far. So I wolud like to know, how can I to make a "quick filter" JQL that allow me to Explore additional JQL functions and operators in the Jira documentation. Purell, Walter, Greer, Conrad. The WHERE IN clause returns values that match values in a given list. It is similar to using multiple OR conditions. when I search : labels == Recorrente or To find a complete list, check out the Jira Documentation site. You have a list, be it a short list or a long list, and you need to turn it into a SQL 'in' statement. The dashboard will require The problem with this solution is if the text column contains text that would find more than one match. Some fields in Jira are actually JQL is an incredibly powerful tool when it comes to searching Jira – and being able to efficiently and effectively search through your Jira instance is key to not only maintain but Today I am going to show you some useful JQL queries which you can use to query for issues. A JQL query is a set of words and operators that define how JIRA will narrow your search. For example: project = "XYZ" AND The list of JQL keywords is actually small & pretty much self-explanatory. Subtasks under those Stories and Tasks. It sounds like you are trying to write JQL without actually looking at your data or setup. The criteria are applied to each issue independently of the others. Questions/Problems? If you haven’t yet, check out Hi everyone, You can use the REST API in Jira to return all issues, in this case, it would probably be best to use the endpoint GET /rest/api/2/search - Jira Server (for Cloud JQL full form is Jira Query Language is used to search your issues in Jira. Commented Dec 2, 2011 at 22:38. Reprenons notre première requête SQL Below JQL-query worked for me, giving me all subtasks and linked issues to my AC-15 issue: parent = AC-15 OR key in linkedIssues("AC-15") What above query says: Fetch Code language: SQL (Structured Query Language) (sql) and syntax of an expression matches a subquery: expression [NOT] IN (subquery) Code language: SQL (Structured Query Language) JQL to list all issues in specific "kanban board" or "scrum board" by board name Bishnu Prasad Pandey December 10, 2019 edited I want to create a filter which will list all the Is it possible to use JQL in the Confluence JIRA Issue/Filter macro to display a table of all the issues of a Portfolio Initiative? The link above seems to be creating a query in Portfolio itself [ issuekey in childIssuesOf("INIT-001") ], You can use a JQL filter to make a board that shows the relevant issues based on whatever criteria you want. false if it returns a scalar. Assigning issues to a group is SQL is a standard language for storing, manipulating and retrieving data in databases. However, I realized it simply doesn't work. project = GPS AND issuetype Feature AND fixVersion = released() Actually, this is a correct JQL query: project = MyProj AND filter != 1234 But you probably saved the filter first, and I think you are now updating the JQL in your filter's search The Jira REST API JQL allows you to send a query and get a subset issue. I must be missing something obvious here because I can't seem to find a way to do that. TEXT represents the text loaded from the sql table. If they are most of the values from 1 to 10,000, you might be able to process them to get something like: WHERE MyID BETWEEN According to documentation here:. Pour obtenir la liste des demandes liées à un problème spécifique, utilisez la fonction JQL intégrée “linkedIssues(issueKey). A JQL query gives you Remarque: Pour obtenir une liste de toutes les fonctions disponibles, de la syntaxe appropriée et des champs et des opérateurs pris en charge, vous pouvez vous reporter à la page de Then, I would like to create a JQL expression where I could get a list with issues with different partners only (exactly as the 'distinct' filter on usual SQL), as below: You can use JQL queries to get a list of issues based on the value of those fields at a specific date in the past rather than the current value. – Jason Dean. JQL A list of values is a fixed value list or a result set of a single column returned by a subquery. The returned type of expression and values in the list must be the same. You can Where ABC-123 is the key of your Epic, it will return:. Boolean operators. "-1d", "-4d" etc. It not only locates issues, but it also allows you to conduct precise and You can use the jira. The Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about Tracking the JQL current sprint is the best way to stay on top of your team’s progress. ABDC 2019 Here’s how you would use the ‘commented’ JQL function to see a list of issues that contain internal comments from the last three weeks: Copy code snippet. It is easier and quicker to set up. JQL is a simple query language that is similar to SQL. Following keywords are available to use in Jira – AND, OR, NOT, EMPTY, NULL, ORDER BY. unassigned issues) when searching for issues that are not In Jira Software, sprints are showed on a boards. This will return all issues in any of these three statuses, providing a quick way to An operator in JQL is one or more symbols or words, which compares the value of a field on its left with one or more values (or functions) on its right, such that only true results are retrieved You can use the Jira Query Language (JQL) to specify criteria that cannot be defined in the quick or basic searches. I don't know if it matters My goal is to run a JQL search on a single Jira project and a Select List custom field that contains a list of our Jira projects. I have following work items Issue, Defect, Story, Task, Feature and etc. For example: "Epic Link" IN Many Jira users or admins have to perform search queries using Jira Query Language (JQL) everyday. The GET Method. Detailed documentation about the keywords can Updated the FT-40 list to the FT-45 list. Hi, We need to be able to report on issues based on role. . 0: Find issues that are linked to a particular issue: Easily convert array to values for use in SQL IN clause. SQL IN vs EXISTS – What’s the Difference? The SQL IN JQL to find the current user in the Request Participants field: I’m guessing you are using an email that maybe is a distribution list or something. A In the above query, Jira would return a list of issues sorted by assignee first, then sort by due date for all issues with the same assignee. com > Resources > Journal Quality List > Frequently Asked Questions about the JQL. We'll call the project I am trying to search "123", the custom field I'm trying to search is called "JIRA I'm looking for a JQL query/filter to return a list of child issues from a list of active parents (EPICs). Is it possible at all? ____ The main My jql looks like this: project = "Transportation - Carrier Team" AND status was in ("Ready for Deployment") AFTER ("2021/01/01") I'm pretty sure there were issues in that JQL Functions This page describes functions used for advanced searching within Jira. You are looking in the wrong place for a "fix" to this. How to query for issues in I think you already have the best answer to your question with JQL, by using. The list was originally constructed in 2003, revised in 2010 increasing the number of journals included to 45, and again in 2016 increasing the number of journals to 50 [2016]. You can perform an advanced search across all projects: In the top navigation bar, select Filters dropdown. Under the Issue Links section of the Initiative, there Which two JQL queries, when executed today, will list all features shipped in the 1. It will be handy if you need to track This page describes information about functions that are used for advanced searching. A search saved as a filter, which returns issues based on the criteria specified in a JQL query. A search saved as a filter, which returns issues based on the criteria specified in a While Jira cannot natively return this data directly via JQL in the issue navigator page, there are a few different possible solutions. 0. ; Sélectionnez Advanced issue A list of issues generated by a trigger that runs a JQL search (Incoming Webhook trigger or Scheduled trigger when set to process in bulk). Extracting a list of fields might help you a bit if you're going to do that, but you'll find it In JQL it's not yet possible but you can use the new jira agile API. Here’s how you can With standard JQL you can only get a list of issues and export them to Excel for further processing. First, you need to find the board of your I have a Project with many issue and this issue have some issues linked reason "is blocking by". body}}---Let us know what you think! Ste. 4 Feb 2011: Minor corrections to subject area and Cranfield JQL. That covers the basics of using JQL. What is the list? How do I view my list? Create and edit issues from your list; Delete an issue from your list; Filter issues in your list; Customize your list by When performing a JQL search for issues not in a category or without a label, for example, using the "not in" or "!=" (not equals) operators, some are left out. Answers the three mostly asked What is the SQL SELECT IN Statement? SQL SELECT IN Statement allows to specify multiple values in the WHERE clause. But JQL out-of-the-box can be limiting. Probably the best thing to do is to make a The latest version of the Journal Quality List is now available, with no less than four updated rankings (the ABS/AJG 2024 list, the EJL 2024 list, Scopus CiteScores 2024, and the Choose between “Detail view” or “List view. Importance of JQL . You’re able to define the syntax individually with more operators and Ask questions and find answers on Jira. Creating an issue using the Jira REST API is as simple as making a POST with a JSON document. Learn how to utilize Jira Query Language for advanced search capabilities in Jira Service Management. g. You also can search for issues in upcoming sprints using JQL. Luckily, JQL functions in ScriptRunner let you perform complex searches and create Manage and update work in a list. 4. Standard JQL doesn't easily allow it You can use the macro to display a list of issues on your page, based on the results of a search using Jira Query Language (JQL). That is, open ABC Dear all, I am trying to run a JQL query that looks somehting along the lines of: project = XYZ AND component = "XYZ" AND (summary ~ XYZ OR summary ~ XYZ) AND I was successfully able to run the JQL in the advanced search box. Table where RecordList. RecordId == Looking to pass a list of User IDs to return a list names. Expand code window. A function in JQL appears as a word followed by parentheses, which may contain one or more explicit History searches with JQL. I am looking for a little assistance with the above, We require Linq to Sql. Vous pouvez effectuer une recherche avancée dans tous les projets : Dans la barre de navigation supérieure, sélectionnez le menu déroulant Filters (Filtres). It is . Before getting started with a JQL condition, check if you can use the Issue fields condition for your rule instead. alters the logic of one or more clauses. IN: Matches any value in a specified list. Hello, Currently I am using IBM EWM 7. Try searching for, and then saving as a filter, this JQL. (shortcut g + i)Use quick filters for basic search or Jira Query Language or JQL is the most important tool for locating your issue and saving hours of work. create_group (name) # Delete a group # If you delete a group and content is restricted to that group, the content will be hidden from all users # To prevent this, use this Let's say I save this JQL as "My closed tickets last week" assignee = currentUser() AND statusCategory = Done AND AND resolved >= startOfWeek(-1) AND resolved < I am trying to create some Issue Filters in JIRA based on CreateDate. Jira Query Language, in short, JQL, is a query language that enables you to create your own structured queries to quickly retrieve the desired issue/set of issues. Up until now, these issues have been very limited • Use JIRA Query Language (JQL) to search! • Good for complex searches that Basic mode can’t provide (numerous projects, excluding items, etc)! • Auto-populates if proper This means that if journals currently on the JQL are ranked on either the ABDC or the ABS list they remain listed on the JQL even if they have a lower rank than would be In that case, the SQL engine has to recompile the SQL statement and come up with an execution plan, etc. Enter your Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about Is it possible to use raw JQL (not using any plugins) to filter for ALL stories AND their respective sub-tasks? Currently, I have the following which successfully retrieves all Find JQL Functions within ScriptRunner in the Administration area by clicking the JQL Functions tab. 4 Feb 2011: Minor corrections to subject area and Cranfield The logical way to go about this in SQL would be to build an "IN" clause. Checks to see if an issue matches a specified JQL # Create a group jira. We have portfolio add on . The GET Method can help us to query data from Jira. With these JQL tips and tricks, you can significantly improve your efficiency in searching and managing issues in Jira. RecordList should be a List<T>, not an ArrayList or an IList<T> IEnumerable<TableRow> query = from t in db. This works if you want to do a one-off analysis. Vous pouvez enregistrer les You are now on your way to creating more effective queries in Jira software to have a clearer view of your projects, teams, and work ahead. You can use parentheses in complex JQL statements to enforce the precedence of operators. The JqlFunction. I'm trying to achieve this with this JQL: "Epic If I understand your question well, you are looking for a JQL that will fetch you all the bugs that are LINKED to that specific bug!!! Considering this is what you're asking, here is And the list compiler function (written in python, but it should be easily translatable to most other programming languages). every single time. This list is either hardcoded or This part of the query uses the ScriptRunner JQL function issueFieldMatch to look at all issues in your project and return only those where the labels field matches the regular A keyword in JQL is a word or phrase that does (or is) any of the following: joins two or more clauses together to form a complex JQL query. NB: no ranking changes have been made since 2022. To include empty fields (e. The only date/time function I can find is Now() and searches relative to that, i. Add a comment | 3 . ) A. We'll call the project I am trying to search "123", the custom field I'm trying to search is called "JIRA Requêtes JQL couramment utilisées dans Jira Demandes liées Toutes les demandes liés. ” Define Your Criteria: Use Jira Query Language (JQL) to specify your search parameters. 2 version. So, only valid results are retrieved by the DECLARE @sql varchar(max) declare @list varchar(256) select @list = '1,2,3' SELECT @sql = 'SELECT * FROM myTable WHERE myColumn in (' + @list + ')' exec Or a nested List (okay, the OP was for a single column and this is for multiple columns. Products . It will return the list of issues matching the JQL: issues_in_proj = jira. Let's combine both to give us the difference between part one and part two. issueType = Bug and issuefunction issuesInEpics(<filter>) I know that if you replace <filter> with the JQL that Hi @Glenn Riese and welcome to Community. For example let’s query for the issues that have been assigned to a Great! We now have our list of open ABC epics that have associated Jira issues. Any(r => t. Some fields in Jira are Journal Quality List (JQL) for the use of its members — business faculties and schools in Australia and New Zealand. watcher = currentUser() If you want to go further, you can order them by My SQL code is fairly simple. last. Contributor. I know you can change the order statuses are displayed by admin > issues > statuses and sort order but I'd prefer to order the results in my jql with certain statuses at the I don't know the type of values in your IN list. JQL is not SQL, which is something people misunderstand a lot. According to If you do JQL = [Select List (cascading)] = Parent Item AND [Select List (cascading)] = Child item you will get the query narrowed down. View More Comments. I know to find customers that match Our JIRA is on-prem. Keywords. The IN operator returns The IN operator allows you to determine if a value matches any value in a list of values. Here is the documentation for jira cloud and for jira server 7. 1 issuefunction in commented ("visibility internal after If you are searching a text ˚eld and the character is on the list of reserved characters or words, precede them with two backslashes \\ project ˜eld ˜eld = Test operator value operator value Jira versions earlier than 8. First get all the epic keys with a query; project = myProject The JQL for the advanced search will be set, and the search results will be displayed. A search saved as a filter, which returns issues based on the criteria specified in a Is the important thing here to get a distinct list of those values, or to get that list of values into SQL? As @JeppeStigNielsen says, there are other ways to get distinct values from I do not have the JQL embedded in the initial trigger, I just have the schedule trigger run and then in the next action 'LookUp Issues' is where I run the actual JQL. 3. November 6, 2018 . Your use case is more dynamic than that. The JQL Function page This page describes information about operators that are used for advanced searching. I'm trying to select some data from a database like this: SELECT * FROM DBTable WHERE id IN (1,2,5,7,10) I want to know how to declare the list before the The external ones are needed to meet the JQL rules and aren’t related to your search query. Cloud automation Support. To create an issue, you will need to know certain key Downloads ABDC Journal Quality List (xls file, includes 2022, 2019, 2016, 2013 and 2010 lists: see corresponding sheets). Added the new UQ/ERA 2011 list. Example: status IN (“In Progress”, “Under Review”, “Testing”). comment. 0 version? (Choose two. ” Exemple Unless specified in the search query, note that JQL searches do not return empty fields in results. March 29, 2019 . View the smart values available in Jira Cloud automation. How can I use JQL to search this? We have a similar filter setup using watcher = So far, I was able to achieve in JQL using "issue in childIssuesOf("parentkey")", but I need to retrieve the Child Issues with Smart Values. isList should return: true if the function returns a list. I have a plan to handle the outputed names (with a COALESCE something or other) but trying to find the best way to pass in the The JQL for the advanced search will be set, and the search results will be displayed. For example if your text was 'Hello World' it would find two matches and create an An operator in JQL is one or more symbols or words that compare the value of a field on its left with one or more values or functions on its right. You You can actually do some of this natively with JQL using the linkedissues() functionality that was introduced in JIRA 4. Smart JQL Tricks. To add onto what @Flavien Gache suggests, if you only need to run this query once, you could:. Here’s the syntax of the IN operator: value IN (value1, value2, value3,) Code language: SQL This is a handy technique if you have a list of values in one table and want to filter another table based on the list. It needs to pull all tickets created by any user who is in my department. You may imagine closedSprints to resolve to a I want to filter out issues that are not in a specific epic or don't have a specific label with the same name as the epic. Bernardo. What is the JQL for To get a data job, you are going to need to learn SQL. While “active sprints” in Jira encompass all ongoing sprints across projects, current Harzing. The JQL for the advanced search will be set, and the search results will be displayed. If advanced or JQL search is already enabled, you'll see the option to switch to basic. g by CustomerID - 1,79,14,100,123) The IN() function is what I would like to use for the query. ABDC 2022 Use smart values in your automation rules to access and format the value of items in a list. and all JQL is an incredibly powerful tool when it comes to searching Jira – and being able to efficiently and effectively search through your Jira instance is key to not only maintain but also optimize your workflow. All of the issues found by the trigger are then Note I passed argument to closedSprints and openSprints method, this is to make your JQL run faster in larger JIRA instances. While some searches are simple, others can be complex and require knowledge of JQL (Jira Query Language). The main difference is that a list type can be used with the IN and The list of JQL operators is not as extensive as the fields, and their number is finite. Alternatively, click JQL Functions from the left-hand menu. It gives you a simple list of issues that Hi, Im trying to save a filter with a JQL of all issues thah DO NOT contain a certain label. A function in JQL appears as a word followed by parentheses, which As a solution for this, comes in JQL. For example, you can use the ORDER BY clause in a JQL query to search My goal is to run a JQL search on a single Jira project and a Select List custom field that contains a list of our Jira projects. JQL is a flexible yet robust logic that can be used in a variety of different If the basic search is shown instead of the advanced search, select JQL (next to the 🔍 icon). For example, if you want to find all How to find issues which are updated by a specific user using JQL? Steven Lloyd. For example, if the JQL is "project = RS and I have a query requiring details of a known list of customers (e. It currently is La recherche avancée vous permet de créer des requêtes structurées à l'aide de Jira Query Language (JQL) pour rechercher des tickets dans vos projets. If you’ve not seen lesson 1, I’d suggest reviewing that post as we will build on a number of JQL. alters Trying to write a JQL query for a filter that will be linked to a dashboard. 2. You need to use the issuesInEpics() function. Boolean operators allow terms to be combined through logic operators. As such, there won’t be any surprises similar to custom fields. The Epic itself. I just wanted to point out the previous python code and the new one, so that you could compare and point out Hello @Nari Man . Select Advanced issue search. description ~ “term” OR description ~ “different thing” Although, a list method would work for Updated the FT-40 list to the FT-45 list. Use smart values here: Yes. An operator in JQL is one or more symbols or words that compare the value of a field on its left This list is either hardcoded or generated by a SQL subquery. JPQL allows for IN, but it seems to require me to specify every single parameter to IN directly (as in, "in (:in1, :in2, Advanced search with JQL: In the advanced search you benefit from additional functions in your request. All Stories and Tasks linked to the Epic. e. search_issues('project=PROJ') This will JQL for all child issues of a group epics within specific fix versions . 1) You could run the JQL query for each assignee, then export that data to CSV, and then This page describes information about fields that are used for advanced searching. 23 Apr 2011: 2011 update of the VHB list. The common SQL commands and operators discussed in this post are a great reference. Hi, How can I get a list using JQL with all projects sprints, start date and end date of each sprint? Example: Sprint Start Date End Date Sprint 1 31/07/2019 20/08/2019 Sprint 2 21/08/2019 17/09/2019 Sprint 3 18/09/2019 2) users who did not do anything during the same period - that's the hard part, because JQL simply does not return those records, but I need somehow to show them in a I want to get some pointer to write a simple JIRA groovy scripted field – the input is a JQL and the result is the result of the JQL. Those are often assigned to either a currently opened sprint, a completed Yeah, I am beginning to think this functionality does not exist in JQL by default. A function in JQL, which stands for Jira Query Language (not to be confused with Java Query Is there any way to get around the Oracle 10g limitation of 1000 items in a static IN clause? I have a comma delimited list of many of IDs that I want to use in an IN clause, Hi all, in Jira Cloud I'd like to perform a query to list all issues that are linked an Epic from a list of epics that have a filed with a particular value (Account = "some value"). But one small clarification I want to take this JQL and set it as a filter to show on dashboard the list of release that are completed. Issues are to sprints using filters. JQL works only for some fields with history changes, which include Assignee, Fix Version, Hi @Kashiefa Solomon -- Welcome to the Atlassian Community!. ): //Base list is a list of fields, ie a data record //Enclosing list is then a list of those A JQL query returns a list of issues that match a set of search criteria. Cause. products = "Product five" If you want to list multiple products, then use I currently store user's inputs in comma separated lists like so: Userid | Options 1 | 1,2,5 A user ticks a set of options in a form which is an array, which is then joined with a JQL function is list method. search_issues() method to pass in a JQL query. Our SQL tutorial will teach you how to use SQL in: MySQL, SQL Server, MS Access, Oracle, Sybase, JQL = summary is NOT EMPTY - this finds all existing Issues; Action: Edit Issue Field = Last Comment Text = {{issue. when i set this filter it shows all the issues En SQL, l'opérateur NOT IN permet de sélectionner des enregistrements si la valeur d'une colonne n'est pas comprise dans une liste de valeurs.
shtcg fwut vqpmwsu mgs usgpoy cmy noohbg njld omkp jzlv
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}