<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:04:16 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>[CXX-1901] Building C++ driver from master fails to find cmake packages of C driver</title>
                <link>https://jira.mongodb.org/browse/CXX-1901</link>
                <project id="11980" key="CXX">C++ Driver</project>
                    <description>&lt;p&gt;Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.18363.&lt;/p&gt;

&lt;p&gt;No build type selected, default is Release&lt;/p&gt;

&lt;p&gt;&lt;font color=&quot;#ff0000&quot;&gt;bsoncxx version: 3.4.0-pre&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;font color=&quot;#ff0000&quot;&gt;CMake Error at src/bsoncxx/CMakeLists.txt:79 (find_package):&lt;br/&gt;
 By not providing &quot;Findbson-1.0.cmake&quot; in CMAKE_MODULE_PATH this project has&lt;br/&gt;
 asked CMake to find a package configuration file provided by &quot;bson-1.0&quot;,&lt;br/&gt;
 but CMake did not find one.&lt;br/&gt;
&lt;br/&gt;
 Could not find a package configuration file provided by &quot;bson-1.0&quot;&lt;br/&gt;
 (requested version 1.13.0) with any of the following names:&lt;br/&gt;
&lt;br/&gt;
 bson-1.0Config.cmake&lt;br/&gt;
 bson-1.0-config.cmake&lt;br/&gt;
&lt;br/&gt;
 Add the installation prefix of &quot;bson-1.0&quot; to CMAKE_PREFIX_PATH or set&lt;br/&gt;
 &quot;bson-1.0_DIR&quot; to a directory containing one of the above files. If&lt;br/&gt;
 &quot;bson-1.0&quot; provides a separate development package or SDK, be sure it has&lt;br/&gt;
 been installed.&lt;br/&gt;
&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;Configuring incomplete, errors occurred!&lt;/p&gt;

&lt;p&gt;See also &quot;D:/MongoDB/mcc2/CMakeFiles/CMakeOutput.log&quot;.&lt;/p&gt;</description>
                <environment>OS: Windows 10 Enterprise (Version 1909, OS build 18363.535)&lt;br/&gt;
Compiler: VS 2019 x64 (16.4.2)&lt;br/&gt;
CMake: 3.16.2 &lt;br/&gt;
Git: &lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver&quot;&gt;https://github.com/mongodb/mongo-cxx-driver&lt;/a&gt;&lt;br/&gt;
Branch: master</environment>
        <key id="1064770">CXX-1901</key>
            <summary>Building C++ driver from master fails to find cmake packages of C driver</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="13201">Fixed</resolution>
                                        <assignee username="kevin.albertson@mongodb.com">Kevin Albertson</assignee>
                                    <reporter username="note8g2018@gmail.com">Shogair Shogair</reporter>
                        <labels>
                    </labels>
                <created>Mon, 23 Dec 2019 09:24:06 +0000</created>
                <updated>Sat, 28 Oct 2023 11:27:09 +0000</updated>
                            <resolved>Fri, 27 Dec 2019 13:27:25 +0000</resolved>
                                    <version>3.4.0</version>
                                    <fixVersion>3.5.0</fixVersion>
                                    <component>Build</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="2678573" author="xgen-internal-githook" created="Fri, 27 Dec 2019 13:26:24 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Kevin Albertson&apos;, &apos;email&apos;: &apos;kevin.albertson@mongodb.com&apos;, &apos;username&apos;: &apos;kevinAlbs&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1901&quot; title=&quot;Building C++ driver from master fails to find cmake packages of C driver&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1901&quot;&gt;&lt;del&gt;CXX-1901&lt;/del&gt;&lt;/a&gt; check for old libbson cmake pkg name&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-3047&quot; title=&quot;Export targets for CMake project&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-3047&quot;&gt;&lt;del&gt;CDRIVER-3047&lt;/del&gt;&lt;/a&gt; added new cmake package names for the C driver&lt;br/&gt;
(bson-1.0/mongoc-1.0) and deprecated the old ones (libbson-1.0/&lt;br/&gt;
libmongoc-1.0 and libbson-static-1.0/libmongoc-static-1.0).&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1707&quot; title=&quot;Export targets for CMake project&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1707&quot;&gt;&lt;del&gt;CXX-1707&lt;/del&gt;&lt;/a&gt; changed the C++ driver to use the new names of the&lt;br/&gt;
C driver. That implicitly requires the latest C driver to build&lt;br/&gt;
against. So, this change fall backs to the old package names&lt;br/&gt;
if the new ones are not found.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/bd49ba3a725ce877ca9037728ba362fdfd660dd9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/bd49ba3a725ce877ca9037728ba362fdfd660dd9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2664672" author="note8g2018@gmail.com" created="Thu, 26 Dec 2019 22:47:11 +0000"  >&lt;p&gt;Ok now It works, Thanks &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; very much&lt;/p&gt;</comment>
                            <comment id="2664057" author="kevin.albertson" created="Thu, 26 Dec 2019 18:59:16 +0000"  >&lt;p&gt;I believe this is due to the changes of &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-3047&quot; title=&quot;Export targets for CMake project&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-3047&quot;&gt;&lt;del&gt;CDRIVER-3047&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1707&quot; title=&quot;Export targets for CMake project&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1707&quot;&gt;&lt;del&gt;CXX-1707&lt;/del&gt;&lt;/a&gt;. The C++ driver on master was updated to use the new exported target names on the C driver&apos;s master branch. This means that currently building the C++ driver from master requires building the C driver from master too (i.e. not a previous release). We&apos;ll fix that, but as a temporary workaround, you can build/install the C driver on master to build the C++ driver on master. These are the commands I used to build the C++ driver for Visual Studio 2019.&lt;/p&gt;

&lt;p&gt;First, build and install the C driver into C:\mongo-c-driver from the master branch.&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;git clone https://github.com/mongodb/mongo-c-driver.git&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;mkdir cmake-build&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 cmake-build&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;cmake -DCMAKE_INSTALL_PREFIX=&quot;C:\mongo-c-driver&quot; -G &quot;Visual Studio 16 2019&quot;  ..&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;cmake --build . --target install --config Debug&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;Next, build and install the C++ driver from the master branch.&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;git clone https://github.com/mongodb/mongo-cxx-driver.git&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-cxx-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;mkdir cmake-build&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 cmake-build&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;cmake -G &quot;Visual Studio 16 2019&quot; -DCMAKE_PREFIX_PATH=&quot;C:\mongo-c-driver&quot; -DBOOST_ROOT=C:\Boost -DCMAKE_INSTALL_PREFIX=C:\mongo-cxx-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;   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;cmake --build . --target install --config Debug&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 instructions above are for cmd.exe, with cmake version 3.16.2, and explicitly specify VS 2019 as the generator.&lt;/p&gt;

&lt;p&gt;As part of this ticket, we&apos;ll fix the C++ driver to support the old C driver target names too, to support building against older C driver releases. Apologies for the disruption.&lt;/p&gt;

&lt;p&gt;If this resolves your issue, please let us know if this resolves &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1900&quot; title=&quot;C++ Driver on releases/stable fails to compile with Visual Studio 2019&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1900&quot;&gt;&lt;del&gt;CXX-1900&lt;/del&gt;&lt;/a&gt; as well.&lt;/p&gt;</comment>
                            <comment id="2662171" author="note8g2018@gmail.com" created="Mon, 23 Dec 2019 20:53:41 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=kevin.albertson&quot; class=&quot;user-hover&quot; rel=&quot;kevin.albertson&quot;&gt;kevin.albertson&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;I already did&lt;/p&gt;

&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;cmake -DCMAKE_PREFIX_PATH=C:\mongo-c-driver&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;but still keep asking for the file&lt;/font&gt;&lt;/p&gt;</comment>
                            <comment id="2662142" author="kevin.albertson" created="Mon, 23 Dec 2019 20:34:38 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=note8g2018%40gmail.com&quot; class=&quot;user-hover&quot; rel=&quot;note8g2018@gmail.com&quot;&gt;note8g2018@gmail.com&lt;/a&gt;! The error message in the description is due to cmake unable to find libbson or libmongoc. The C driver (consisting of libmongoc and libbson) must be installed before building the C++ driver. You can tell cmake where to find libmongoc/libbson by including the path via CMAKE_PREFIX_PATH. For example, if the C driver was installed in C:\mongo-c-driver, then configure  the C++ driver with:&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;   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;cmake -DCMAKE_PREFIX_PATH=C:\mongo-c-driver&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;Also see &quot;Step 4: Configure the driver&quot; in the installation documentation: &lt;a href=&quot;http://mongocxx.org/mongocxx-v3/installation/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://mongocxx.org/mongocxx-v3/installation/&lt;/a&gt; for more information.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="1064587">CXX-1900</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="1066933">CXX-1902</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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|hw130v:</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>