<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:01:57 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-1257] Revise static library naming and link configuration</title>
                <link>https://jira.mongodb.org/browse/CXX-1257</link>
                <project id="11980" key="CXX">C++ Driver</project>
                    <description>&lt;p&gt;We&apos;ve decided to have a consistent approach to static library naming and provision of .cmake and .pc files across both the C Driver and mongocxx.&lt;/p&gt;

&lt;p&gt;A summary of the approach is here:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Naming convention: For library &apos;foo&apos;, static libraries will be always named &apos;foo-static&apos; (or that such a name will exist as symlink) on all operating systems with an OS-specific suffix (e.g. &quot;.a&quot; or &quot;.lib&quot;)&lt;/li&gt;
	&lt;li&gt;Install both &apos;libfoo&apos; and &apos;libfoo-static&apos; pkg-config &apos;.pc&apos; files on all operating systems&lt;/li&gt;
	&lt;li&gt;Install both &apos;libfoo-config&apos; and &apos;libfoo-static-config&apos; CMake &apos;.cmake&apos; files on all operating systems&lt;/li&gt;
	&lt;li&gt;Static &apos;.pc&apos; and &apos;.cmake&apos; will not be installed if the static library is not built&lt;/li&gt;
	&lt;li&gt;&apos;libfoo.pc&apos; (dynamic) config files will list in &apos;Requires&apos; only those dynamic dependencies that must have cflags and libraries expanded for applications to compile/link successfully (i.e. to find all headers and avoid unresolved reference errors).  It will not list deep dependencies in &apos;Requires&apos;.  It will not have &apos;Requires.private&apos;.  It will not add any appropriate &quot;FOO_STATIC&quot; defines to cflags.&lt;/li&gt;
	&lt;li&gt;&apos;libfoo-static.pc&apos; config files will list all deep dependencies (whether dynamic or static) in &apos;Requires&apos;.  It will not have &apos;Requires.private&apos;. It will add any appropriate &quot;FOO_STATIC&quot; defines to cflags.&lt;/li&gt;
	&lt;li&gt;Cmake &apos;.cmake&apos; files will follow similar conventions as the &apos;.pc&apos; files.&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="365033">CXX-1257</key>
            <summary>Revise static library naming and link configuration</summary>
                <type id="11" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14707&amp;avatarType=issuetype">Epic</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="9">Done</resolution>
                                        <assignee username="rassi">J Rassi</assignee>
                                    <reporter username="david.golden@mongodb.com">David Golden</reporter>
                        <labels>
                    </labels>
                <created>Wed, 15 Mar 2017 16:28:21 +0000</created>
                <updated>Fri, 23 Mar 2018 20:42:22 +0000</updated>
                            <resolved>Fri, 12 May 2017 21:18:13 +0000</resolved>
                                                    <fixVersion>3.2.0-rc0</fixVersion>
                                    <component>Build</component>
                                        <votes>1</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="1572609" author="xgen-internal-githook" created="Tue, 16 May 2017 18:53:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1257&quot; title=&quot;Revise static library naming and link configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1257&quot;&gt;&lt;del&gt;CXX-1257&lt;/del&gt;&lt;/a&gt; Build against C driver master in Travis&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/4a6eb63e425891a45f97688885c7011610968db2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/4a6eb63e425891a45f97688885c7011610968db2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1570220" author="xgen-internal-githook" created="Fri, 12 May 2017 21:08:25 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1257&quot; title=&quot;Revise static library naming and link configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1257&quot;&gt;&lt;del&gt;CXX-1257&lt;/del&gt;&lt;/a&gt; Update install docs to reflect changes to link configuration&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/68b400a3bde4d5da28aa99ebfa78883338947e11&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/68b400a3bde4d5da28aa99ebfa78883338947e11&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1565832" author="xgen-internal-githook" created="Fri, 5 May 2017 17:57:01 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1257&quot; title=&quot;Revise static library naming and link configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1257&quot;&gt;&lt;del&gt;CXX-1257&lt;/del&gt;&lt;/a&gt; Add new example projects which use installed pkg-config files&lt;/p&gt;

&lt;p&gt;New projects added:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;examples/projects/bsoncxx/pkg-config/shared&lt;/li&gt;
	&lt;li&gt;examples/projects/bsoncxx/pkg-config/static&lt;/li&gt;
	&lt;li&gt;examples/projects/mongocxx/pkg-config/shared&lt;/li&gt;
	&lt;li&gt;examples/projects/mongocxx/pkg-config/static&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/47f8b0db7684f0cbe06032a951fa08c395d9f84d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/47f8b0db7684f0cbe06032a951fa08c395d9f84d&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="1565831" author="xgen-internal-githook" created="Fri, 5 May 2017 17:57:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1257&quot; title=&quot;Revise static library naming and link configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1257&quot;&gt;&lt;del&gt;CXX-1257&lt;/del&gt;&lt;/a&gt; Add new example projects which use installed CMake files&lt;/p&gt;

&lt;p&gt;New projects added:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;examples/projects/bsoncxx/cmake/shared&lt;/li&gt;
	&lt;li&gt;examples/projects/bsoncxx/cmake/static&lt;/li&gt;
	&lt;li&gt;examples/projects/mongocxx/cmake/shared&lt;/li&gt;
	&lt;li&gt;examples/projects/mongocxx/cmake/static&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/040c683bd48e53f73e5e33eb22af3b8b82029598&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/040c683bd48e53f73e5e33eb22af3b8b82029598&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="1565830" author="xgen-internal-githook" created="Fri, 5 May 2017 17:56:59 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1257&quot; title=&quot;Revise static library naming and link configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1257&quot;&gt;&lt;del&gt;CXX-1257&lt;/del&gt;&lt;/a&gt; Remove existing example CMake projects&lt;/p&gt;

&lt;p&gt;These are out-of-date and no longer build, and will be replaced with&lt;br/&gt;
new projects hooked into the build system.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/7c23d757ea6ca1487844bf2afe2f6306f0f019dc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/7c23d757ea6ca1487844bf2afe2f6306f0f019dc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1565829" author="xgen-internal-githook" created="Fri, 5 May 2017 17:56:58 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1257&quot; title=&quot;Revise static library naming and link configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1257&quot;&gt;&lt;del&gt;CXX-1257&lt;/del&gt;&lt;/a&gt; Stop using special vars for MSBuild.exe/cmake in CI scripts&lt;/p&gt;

&lt;p&gt;MSBuild.exe/cmake are now accessed via $PATH as usual, which&lt;br/&gt;
simplifies the environment variable management in these scripts.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/f072758813df7b88a724e4af51b08715f1fafc9b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/f072758813df7b88a724e4af51b08715f1fafc9b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1565827" author="xgen-internal-githook" created="Fri, 5 May 2017 17:56:55 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1257&quot; title=&quot;Revise static library naming and link configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1257&quot;&gt;&lt;del&gt;CXX-1257&lt;/del&gt;&lt;/a&gt; Revise static library naming and link configuration&lt;/p&gt;

&lt;p&gt;This work improves the end-user experience of linking an application&lt;br/&gt;
against the driver, particularly for users of the static libraries.&lt;br/&gt;
Most notably, users who require a static build of the driver can use&lt;br/&gt;
the new dedicated static library CMake or pkg-config files and have&lt;br/&gt;
programmatic access to the required definitions that need to be set to&lt;br/&gt;
use the driver headers.&lt;/p&gt;

&lt;p&gt;Complete list of user-visible changes:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;The static library names are changed to &quot;libbsoncxx-static&quot; and&lt;br/&gt;
  &quot;libmongocxx-static&quot;, for consistency across platforms.  The&lt;br/&gt;
  &quot;install&quot; target now installs new dedicated CMake and pkg-config&lt;br/&gt;
  files for the static libraries which reference the library files by&lt;br/&gt;
  these names.&lt;/li&gt;
	&lt;li&gt;BUILD_SHARED_LIBS=ON no longer builds static libraries.  When this&lt;br/&gt;
  flag is enabled, the tests now link against the shared library (this&lt;br/&gt;
  enables test coverage against the shared library, which the driver&lt;br/&gt;
  was previously lacking).&lt;/li&gt;
	&lt;li&gt;The static library now builds against the C driver static library,&lt;br/&gt;
  instead of unconditionally building against the C driver shared&lt;br/&gt;
  library.&lt;/li&gt;
	&lt;li&gt;The driver build system now always locates the C driver via its&lt;br/&gt;
  installed CMake files, instead of relying on pkg-config or&lt;br/&gt;
  LIBBSON_DIR/LIBMONGOC_DIR.  Users should ensure to set&lt;br/&gt;
  CMAKE_PREFIX_PATH to the install locations of libbson/libmongoc when&lt;br/&gt;
  building the driver.&lt;/li&gt;
	&lt;li&gt;The installed CMake files now always export absolute paths to the&lt;br/&gt;
  driver libraries, and no longer export XCXX_LIBRARY_DIRS variables.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/189a4efc2bb09429a5d509534c6b1d13743a7ab7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/189a4efc2bb09429a5d509534c6b1d13743a7ab7&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="1565826" author="xgen-internal-githook" created="Fri, 5 May 2017 17:56:54 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1257&quot; title=&quot;Revise static library naming and link configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1257&quot;&gt;&lt;del&gt;CXX-1257&lt;/del&gt;&lt;/a&gt; Add export macros to some private syms when building test lib&lt;/p&gt;

&lt;p&gt;This work adds new macros BSONCXX_TEST_API and MONGOCXX_TEST_API,&lt;br/&gt;
which are intended to be used to tag private functionality which needs&lt;br/&gt;
to be referenced by the driver tests.&lt;/p&gt;

&lt;p&gt;This is groundwork for allowing the tests to link against the shared&lt;br/&gt;
library.  Currently, the tests unconditionally link to the static&lt;br/&gt;
library.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/b63117d9f0221dc23d517afb4b8fd1adf553ce45&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/b63117d9f0221dc23d517afb4b8fd1adf553ce45&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1565825" author="xgen-internal-githook" created="Fri, 5 May 2017 17:56:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1257&quot; title=&quot;Revise static library naming and link configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1257&quot;&gt;&lt;del&gt;CXX-1257&lt;/del&gt;&lt;/a&gt; Bump minimum required C driver version to 1.7.0&lt;/p&gt;

&lt;p&gt;Also removes Evergreen tasks depending on earlier versions of the C&lt;br/&gt;
driver.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/61711e6aedd1913bf685759ea8c3143ffd642f9d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/61711e6aedd1913bf685759ea8c3143ffd642f9d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1564276" author="xgen-internal-githook" created="Thu, 4 May 2017 09:35:09 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1257&quot; title=&quot;Revise static library naming and link configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1257&quot;&gt;&lt;del&gt;CXX-1257&lt;/del&gt;&lt;/a&gt; Update .gitattributes&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/472f37ca19ca1157e7573d149c081885c11c211a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/472f37ca19ca1157e7573d149c081885c11c211a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1545690" author="rassi@10gen.com" created="Tue, 11 Apr 2017 05:50:09 +0000"  >&lt;p&gt;The initial development for this epic will be done on the feature branch &lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commits/CXX-1257-revise-static-linking&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;CXX-1257-revise-static-linking&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="359475">CDRIVER-2074</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="363019">CDRIVER-2083</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="351971">CDRIVER-2037</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="338032">CXX-1160</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="386022">CXX-1346</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10011"><![CDATA[Minor Change]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10858" key="com.pyxis.greenhopper.jira:gh-epic-label">
                        <customfieldname>Epic Name</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>static-linking</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10859" key="com.pyxis.greenhopper.jira:gh-epic-status">
                        <customfieldname>Epic Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10642"><![CDATA[Done]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrau9r:</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>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1647">Perl/CXX 2017-04-14</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>