<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:58:52 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>[JAVA-3134] Fix docs github links</title>
                <link>https://jira.mongodb.org/browse/JAVA-3134</link>
                <project id="10006" key="JAVA">Java Driver</project>
                    <description>&lt;p&gt;Ensure that github links in the docs point to the release branches rather than master. Prevents links becoming stale.&lt;/p&gt;

&lt;p&gt;Two approaches:&lt;/p&gt;

&lt;p&gt;1. Regenerate the documentation via hugo. For all versions: 3.1 - 3.9&lt;br/&gt;
  At some point the versions of hugo changed from v0.13 to v0.25 - so both would be required to rebuild the documentation.&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Check out the maintenance branch eg: 3.1.x&lt;/li&gt;
	&lt;li&gt;In docs/reference/config.toml update the source code version to point to the maintenance branch.&lt;/li&gt;
	&lt;li&gt;In docs/reference/data/mongodb.toml update the githubBranch to point to the maintenance branch.&lt;/li&gt;
	&lt;li&gt;Commit the changes and push to the maintenance branch&lt;/li&gt;
	&lt;li&gt;Regenerate the code and copy over the code in the gh-pages/3.1 directory.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;2. Just change each release docs in the gh-pages:&lt;br/&gt;
  Grep for the incorrect links and update them eg:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;grep -rl &apos;mongo-java-driver/tree/master&apos; ./3.1 | xargs sed -i &apos;s/mongo-java-driver\/tree\/master/mongo-java-driver\/tree\/3.1.x/g&apos;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;*&lt;b&gt;NOTE&lt;/b&gt;* From: 3.7.x &lt;tt&gt;mongo-java-driver/tree/3.7.x/driver&lt;/tt&gt; becomes: &lt;tt&gt;mongo-java-driver/tree/3.7.x/driver-sync&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;Once that is done, the QuickTours (for sync and async) link needs to be fixed in each maintenance branch to point to the correct docs.&lt;br/&gt;
eg: &lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/blob/3.1.x/driver/src/examples/tour/QuickTour.java#L57&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/blob/3.1.x/driver/src/examples/tour/QuickTour.java#L57&lt;/a&gt; and the async version.&lt;/p&gt;</description>
                <environment></environment>
        <key id="666809">JAVA-3134</key>
            <summary>Fix docs github links</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</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="ian@mongodb.com">Ian Whalen</assignee>
                                    <reporter username="ross@mongodb.com">Ross Lawley</reporter>
                        <labels>
                    </labels>
                <created>Mon, 7 Jan 2019 14:50:48 +0000</created>
                <updated>Mon, 4 Feb 2019 14:08:16 +0000</updated>
                            <resolved>Mon, 4 Feb 2019 14:08:16 +0000</resolved>
                                                                    <component>Documentation</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="2136356" author="xgen-internal-githook" created="Mon, 4 Feb 2019 11:27:27 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ross Lawley&apos;, &apos;email&apos;: &apos;ross.lawley@gmail.com&apos;, &apos;username&apos;: &apos;rozza&apos;}
&lt;p&gt;Message: Docs: Remove links in tour example code&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-3134&quot; title=&quot;Fix docs github links&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-3134&quot;&gt;&lt;del&gt;JAVA-3134&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 3.10.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/3321d3c76fdb08c2c095c6493ede41a9bf66dde7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/3321d3c76fdb08c2c095c6493ede41a9bf66dde7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2136320" author="ross@10gen.com" created="Mon, 4 Feb 2019 10:41:27 +0000"  >&lt;p&gt;I removed the links in the QuickTours in master&#160; because they will always go out of date and be forgotten.&#160; I think its enough there is a link from the docs site.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;The 3.10 docs will be added as part of the 3.10 release - so I think this ticket can be closed now.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="2136317" author="xgen-internal-githook" created="Mon, 4 Feb 2019 10:36:49 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ross Lawley&apos;, &apos;email&apos;: &apos;ross.lawley@gmail.com&apos;, &apos;username&apos;: &apos;rozza&apos;}
&lt;p&gt;Message: Docs: Remove links in tour example code&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-3134&quot; title=&quot;Fix docs github links&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-3134&quot;&gt;&lt;del&gt;JAVA-3134&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/95f622d8c219c31117348735cebaf9abc5be4bb5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/95f622d8c219c31117348735cebaf9abc5be4bb5&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2135112" author="jeff.yemin" created="Fri, 1 Feb 2019 17:44:02 +0000"  >&lt;p&gt;3.10.x is what&apos;s in master now &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=ian.whalen&quot; class=&quot;user-hover&quot; rel=&quot;ian.whalen&quot;&gt;ian.whalen&lt;/a&gt;.  Wouldn&apos;t it be a JAVA ticket though?  Maybe &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=ross.lawley&quot; class=&quot;user-hover&quot; rel=&quot;ross.lawley&quot;&gt;ross.lawley&lt;/a&gt; is following this better than I.&lt;/p&gt;</comment>
                            <comment id="2135107" author="ian@10gen.com" created="Fri, 1 Feb 2019 17:41:53 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=jeff.yemin&quot; class=&quot;user-hover&quot; rel=&quot;jeff.yemin&quot;&gt;jeff.yemin&lt;/a&gt; this is now done except that there&apos; no 3.10.x version of the docs to point to.  Should we just close this and file a DOCS ticket for that to happen?&lt;/p&gt;</comment>
                            <comment id="2135100" author="xgen-internal-githook" created="Fri, 1 Feb 2019 17:39:58 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ian Whalen&apos;, &apos;email&apos;: &apos;ian@mongodb.com&apos;, &apos;username&apos;: &apos;IanWhalen&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-3134&quot; title=&quot;Fix docs github links&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-3134&quot;&gt;&lt;del&gt;JAVA-3134&lt;/del&gt;&lt;/a&gt; Point GitHub links in docs to correct release branches&lt;br/&gt;
Branch: 3.9.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/2c046cf810885fefb590bb48564c588cd0169129&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/2c046cf810885fefb590bb48564c588cd0169129&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2135087" author="xgen-internal-githook" created="Fri, 1 Feb 2019 17:33:05 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ian Whalen&apos;, &apos;email&apos;: &apos;ian@mongodb.com&apos;, &apos;username&apos;: &apos;IanWhalen&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-3134&quot; title=&quot;Fix docs github links&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-3134&quot;&gt;&lt;del&gt;JAVA-3134&lt;/del&gt;&lt;/a&gt; Point GitHub links in docs to correct release branches&lt;br/&gt;
Branch: 3.8.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/515e7c12a1e90b7ebd8e03ac2160a896ebd2bf0b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/515e7c12a1e90b7ebd8e03ac2160a896ebd2bf0b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2135077" author="xgen-internal-githook" created="Fri, 1 Feb 2019 17:27:30 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ian Whalen&apos;, &apos;email&apos;: &apos;ian@mongodb.com&apos;, &apos;username&apos;: &apos;IanWhalen&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-3134&quot; title=&quot;Fix docs github links&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-3134&quot;&gt;&lt;del&gt;JAVA-3134&lt;/del&gt;&lt;/a&gt; Point GitHub links in docs to correct release branches&lt;br/&gt;
Branch: 3.7.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/b6cb9e5ea9c2a0142fe89d0ab4ad46d1335393ee&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/b6cb9e5ea9c2a0142fe89d0ab4ad46d1335393ee&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2135034" author="xgen-internal-githook" created="Fri, 1 Feb 2019 17:06:45 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ian Whalen&apos;, &apos;email&apos;: &apos;ian@mongodb.com&apos;, &apos;username&apos;: &apos;IanWhalen&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-3134&quot; title=&quot;Fix docs github links&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-3134&quot;&gt;&lt;del&gt;JAVA-3134&lt;/del&gt;&lt;/a&gt; Point GitHub links in docs to correct release branches&lt;br/&gt;
Branch: 3.6.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/0b010e6065e624f54af28973486748f10f1defcb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/0b010e6065e624f54af28973486748f10f1defcb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2134942" author="xgen-internal-githook" created="Fri, 1 Feb 2019 16:29:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ian Whalen&apos;, &apos;email&apos;: &apos;ian@mongodb.com&apos;, &apos;username&apos;: &apos;IanWhalen&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-3134&quot; title=&quot;Fix docs github links&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-3134&quot;&gt;&lt;del&gt;JAVA-3134&lt;/del&gt;&lt;/a&gt; Point GitHub links in docs to correct release branches&lt;br/&gt;
Branch: 3.5.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/05311b23a015445da40a53f4af7c3ff13fdd455c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/05311b23a015445da40a53f4af7c3ff13fdd455c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2133651" author="xgen-internal-githook" created="Thu, 31 Jan 2019 17:52:51 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ian Whalen&apos;, &apos;email&apos;: &apos;ian@mongodb.com&apos;, &apos;username&apos;: &apos;IanWhalen&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-3134&quot; title=&quot;Fix docs github links&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-3134&quot;&gt;&lt;del&gt;JAVA-3134&lt;/del&gt;&lt;/a&gt; Point GitHub links in docs to correct release branches&lt;br/&gt;
Branch: 3.4.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/7d87aaf54180d193f88769238371e8affd19ce7d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/7d87aaf54180d193f88769238371e8affd19ce7d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2133440" author="jeff.yemin" created="Thu, 31 Jan 2019 15:45:32 +0000"  >&lt;p&gt;OK, just wasn&apos;t sure if it was done and just not closed.  &lt;/p&gt;</comment>
                            <comment id="2133437" author="ian@10gen.com" created="Thu, 31 Jan 2019 15:44:25 +0000"  >&lt;p&gt;Sorry for the delay.  Got stalled on 3.4+ branches because some of those docs are gone.  Plus that whole wedding thing &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;  Will hopefully finish these patches this weekend.&lt;/p&gt;</comment>
                            <comment id="2117204" author="xgen-internal-githook" created="Wed, 16 Jan 2019 17:55:39 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;IanWhalen&apos;, &apos;email&apos;: &apos;ian@mongodb.com&apos;, &apos;name&apos;: &apos;Ian Whalen&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-3134&quot; title=&quot;Fix docs github links&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-3134&quot;&gt;&lt;del&gt;JAVA-3134&lt;/del&gt;&lt;/a&gt; Point GitHub links in docs to correct release branches&lt;br/&gt;
Branch: 3.3.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/e5d5df8d6790b6400cb21dd29b8042108f9b0cdf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/e5d5df8d6790b6400cb21dd29b8042108f9b0cdf&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2116905" author="xgen-internal-githook" created="Wed, 16 Jan 2019 15:12:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;IanWhalen&apos;, &apos;email&apos;: &apos;ian@mongodb.com&apos;, &apos;name&apos;: &apos;Ian Whalen&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-3134&quot; title=&quot;Fix docs github links&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-3134&quot;&gt;&lt;del&gt;JAVA-3134&lt;/del&gt;&lt;/a&gt; Point QuickTour links to correct GitHub pages&lt;br/&gt;
Branch: 3.2.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/52987e6ae9e5e124d8df051b8ea1e4963cb418db&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/52987e6ae9e5e124d8df051b8ea1e4963cb418db&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2115653" author="xgen-internal-githook" created="Tue, 15 Jan 2019 15:48:35 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;IanWhalen&apos;, &apos;email&apos;: &apos;ian.whalen@gmail.com&apos;, &apos;name&apos;: &apos;Ian Whalen&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-3134&quot; title=&quot;Fix docs github links&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-3134&quot;&gt;&lt;del&gt;JAVA-3134&lt;/del&gt;&lt;/a&gt; Point QuickTour links to correct github pages&lt;br/&gt;
Branch: 3.1.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/5f54da8144fe6d928c726060544b76b2034f4b8c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/5f54da8144fe6d928c726060544b76b2034f4b8c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2115652" author="mms-build@10gen.com" created="Tue, 15 Jan 2019 15:48:28 +0000"  >&lt;p&gt; &lt;a href=&quot;https://github.com/IanWhalen&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;IanWhalen&lt;/a&gt; merged a pull request (&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/pull/501&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;JAVA-3134 Point QuickTour links to correct github pages&lt;/a&gt;) into the following branch:&lt;br/&gt;
                       3.1.x: &lt;a href=&quot;https://github.com/IanWhalen/mongo-java-driver/commit/5f54da8144fe6d928c726060544b76b2034f4b8c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5f54da8144fe6d928c726060544b76b2034f4b8c&lt;/a&gt;&lt;/p&gt;
</comment>
                            <comment id="2115462" author="xgen-internal-githook" created="Tue, 15 Jan 2019 14:08:51 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;IanWhalen&apos;, &apos;email&apos;: &apos;ian.whalen@gmail.com&apos;, &apos;name&apos;: &apos;Ian Whalen&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-3134&quot; title=&quot;Fix docs github links&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-3134&quot;&gt;&lt;del&gt;JAVA-3134&lt;/del&gt;&lt;/a&gt; Point GitHub links in docs to correct release branches&lt;br/&gt;
Branch: gh-pages&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/5afe0bbee043b03bf1880013b4af813cabcb25a1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/5afe0bbee043b03bf1880013b4af813cabcb25a1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2115461" author="mms-build@10gen.com" created="Tue, 15 Jan 2019 14:08:46 +0000"  >&lt;p&gt; &lt;a href=&quot;https://github.com/IanWhalen&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;IanWhalen&lt;/a&gt; merged a pull request (&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/pull/500&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;JAVA-3134 Point GitHub links in docs to correct release branches&lt;/a&gt;) into the following branch:&lt;br/&gt;
                       gh-pages: &lt;a href=&quot;https://github.com/IanWhalen/mongo-java-driver/commit/5afe0bbee043b03bf1880013b4af813cabcb25a1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;5afe0bbee043b03bf1880013b4af813cabcb25a1&lt;/a&gt;&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|hr7n3j:</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>