<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:11:55 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[CDRIVER-1220] Runtime Error: Assertion Failed</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-1220</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;I switched from C driver to C++ driver and that resolved my issues. However, I do not see why the C driver shouldn&apos;t have worked.  Since I&apos;m using more than one DBMS I wanted to keep the libraries managing them under the same language binding and not all of them have competent C++ bindings.&lt;/p&gt;

&lt;p&gt;The runtime error is simply complaining about an assertion failing on &lt;/p&gt;

&lt;p&gt;command = BCON_NEW (&quot;ping&quot;, BCON_INT32 (1));&lt;/p&gt;

&lt;p&gt;call from the tutorial at &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://api.mongodb.org/c/1.3.5/tutorial.html#connecting&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://api.mongodb.org/c/1.3.5/tutorial.html#connecting&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I had to change passing in &quot;ping&quot; to char ping[] = &quot;ping&quot;; and pass in the variable instead of the string literal to get it to compile. This tutorial was inserted in a bare fastcgi program.&lt;/p&gt;

&lt;p&gt;I compiled my program with the folllowing command:&lt;/p&gt;

&lt;p&gt;g++ main.cpp -lfcgi -lfcgi++ -lmongoc-1.0 -lbson-1.0 --std=c++14&lt;/p&gt;</description>
                <environment>ArchLinux, NGINX, FastCGI, g++</environment>
        <key id="284543">CDRIVER-1220</key>
            <summary>Runtime Error: Assertion Failed</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="5">Cannot Reproduce</resolution>
                                        <assignee username="jesse@mongodb.com">A. Jesse Jiryu Davis</assignee>
                                    <reporter username="DavidPatt">David P [X]</reporter>
                        <labels>
                            <label>driver</label>
                    </labels>
                <created>Wed, 4 May 2016 22:16:05 +0000</created>
                <updated>Wed, 3 May 2017 22:15:16 +0000</updated>
                            <resolved>Mon, 6 Jun 2016 19:26:02 +0000</resolved>
                                    <version>1.3.5</version>
                                                    <component>libmongoc</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="1285520" author="jesse" created="Mon, 6 Jun 2016 19:26:02 +0000"  >&lt;p&gt;I&apos;m closing this for now; if you can reproduce the error with a minimal code example that I can compile, please reopen this ticket and we&apos;ll investigate.&lt;/p&gt;</comment>
                            <comment id="1258591" author="jesse" created="Sun, 8 May 2016 02:51:22 +0000"  >&lt;p&gt;I installed GCC 4.9 (for C++14 support) on Ubuntu and attempted a minimal reproduction of your issue. I can&apos;t reproduce the error:&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;$ curl -LO https://github.com/mongodb/mongo-c-driver/releases/download/1.3.5/mongo-c-driver-1.3.5.tar.gz&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;$ tar xzf mongodb-linux-x86_64-ubuntu1404-3.2.4.tgz&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;$ cd mongo-c-driver&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;$ ./configure &amp;amp;&amp;amp; make -j8 &amp;amp;&amp;amp; sudo make install&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;$ cat &amp;gt; mongoc_test.cpp &amp;lt;&amp;lt; EOF&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;#include &amp;lt;bson.h&amp;gt;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;#include &amp;lt;bcon.h&amp;gt;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&amp;nbsp;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;int main(void) {&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;   using namespace std;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&amp;nbsp;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;   bson_t               *command;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&amp;nbsp;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;   command = BCON_NEW(&quot;ping&quot;, BCON_INT32(1));&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;   printf (&quot;%s\n&quot;, bson_as_json (command, NULL));&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&amp;nbsp;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;   return 0;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;EOF&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;$ g++-4.9 mongoc_test.cpp -o mongoc_test -I /usr/local/include/libbson-1.0 -I /usr/local/include/libmongoc-1.0 -lmongoc-1.0 -lbson-1.0 --std=c++14&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;$ ./mongoc_test&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{ &quot;ping&quot; : 1 }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;
&lt;p&gt;The code compiles and works as expected using the BCON_NEW macro.&lt;/p&gt;

&lt;p&gt;If you build this minimal source file on your system, do you get the assertion or does it work?&lt;/p&gt;</comment>
                            <comment id="1258578" author="davidpatt" created="Sat, 7 May 2016 23:45:23 +0000"  >&lt;p&gt;When I use BCON_NEW() I get no errors. When I use bcon_new() I get the following error:&lt;/p&gt;

&lt;p&gt;Runtime Error Message:&lt;/p&gt;

&lt;p&gt;&quot;mongoc_test: src/bson/bcon.c:789: bcon_append_ctx_va: Assertion `type == BCON_TYPE_UTF8&apos; failed.&quot;&lt;/p&gt;

&lt;p&gt;Compile Command:&lt;/p&gt;

&lt;p&gt;g++ mongoc_test.cpp -o mongoc_test -I /usr/include/libbson-1.0 -I /usr/include/libmongoc-1.0 -lfcgi -lfcgi++ -lmongoc-1.0 -lbson-1.0&lt;/p&gt;

&lt;p&gt;/**************************************************************************************/&lt;/p&gt;

&lt;p&gt;#include &amp;lt;iostream&amp;gt;&lt;br/&gt;
#include &quot;fcgio.h&quot;&lt;/p&gt;

&lt;p&gt;#include &amp;lt;bson.h&amp;gt;&lt;br/&gt;
#include &amp;lt;bcon.h&amp;gt;&lt;br/&gt;
#include &amp;lt;mongoc.h&amp;gt;&lt;/p&gt;

&lt;p&gt;int main(void) {&lt;/p&gt;

&lt;p&gt;    using namespace std;&lt;/p&gt;

&lt;p&gt;    // Backup the stdio streambufs&lt;br/&gt;
    streambuf * cin_streambuf  = cin.rdbuf();&lt;br/&gt;
    streambuf * cout_streambuf = cout.rdbuf();&lt;br/&gt;
    streambuf * cerr_streambuf = cerr.rdbuf();&lt;/p&gt;

&lt;p&gt;    FCGX_Request request;&lt;/p&gt;

&lt;p&gt;    mongoc_client_t      *client;&lt;br/&gt;
    mongoc_database_t    *database;&lt;br/&gt;
    mongoc_collection_t  *collection;&lt;br/&gt;
    bson_t               *command,&lt;br/&gt;
                          reply,&lt;br/&gt;
                         *insert;&lt;br/&gt;
    bson_error_t          error;&lt;br/&gt;
    char                 *str;&lt;br/&gt;
    bool                  retval;&lt;/p&gt;

&lt;p&gt;    FCGX_Init();&lt;br/&gt;
    FCGX_InitRequest(&amp;amp;request, 0, 0);&lt;/p&gt;

&lt;p&gt;    mongoc_init();&lt;br/&gt;
    client = mongoc_client_new(&quot;mongodb://localhost:27017&quot;);&lt;br/&gt;
    database = mongoc_client_get_database(client, &quot;NexigineUD&quot;);&lt;br/&gt;
    collection = mongoc_client_get_collection(client, &quot;NexigineUD&quot;, &quot;Documents&quot;);&lt;/p&gt;

&lt;p&gt;    char ping[] = &quot;ping&quot;;&lt;br/&gt;
    command = bcon_new(ping, BCON_INT32(1));&lt;br/&gt;
    retval = mongoc_client_command_simple (client, &quot;admin&quot;, command, nullptr, &amp;amp;reply, &amp;amp;error);&lt;/p&gt;

&lt;p&gt;    while (FCGX_Accept_r(&amp;amp;request) == 0) &lt;/p&gt;
{
        fcgi_streambuf cin_fcgi_streambuf(request.in);
        fcgi_streambuf cout_fcgi_streambuf(request.out);
        fcgi_streambuf cerr_fcgi_streambuf(request.err);

        cin.rdbuf(&amp;amp;cin_fcgi_streambuf);
        cout.rdbuf(&amp;amp;cout_fcgi_streambuf);
        cerr.rdbuf(&amp;amp;cerr_fcgi_streambuf);
        
    }

&lt;p&gt;    // restore stdio streambufs&lt;br/&gt;
    cin.rdbuf(cin_streambuf);&lt;br/&gt;
    cout.rdbuf(cout_streambuf);&lt;br/&gt;
    cerr.rdbuf(cerr_streambuf);&lt;/p&gt;

&lt;p&gt;    return 0;&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;/******************************************************************************/&lt;/p&gt;</comment>
                            <comment id="1255674" author="jesse" created="Thu, 5 May 2016 01:58:02 +0000"  >&lt;p&gt;Can I see your main.cpp, please, and the complete output from your program&apos;s execution?&lt;/p&gt;

&lt;p&gt;Is it possible to reproduce the failure with pure-C code compiled with GCC and no &quot;&amp;#45;&amp;#45;std&quot; argument? I&apos;m curious, since we&apos;re not yet testing and supporting standards beyond C99, and C++ circa 2003.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrdvxb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>