<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:25:18 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>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-9339] fix RHEL 7.2 project quota build error</title>
                <link>https://jira.whamcloud.com/browse/LU-9339</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The builds at build.lustre.org are now failing consistently on RHEL 7.2:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://build.lustre.org/builders/CentOS%207.2%20x86_64%20%28BUILD%29/builds/7890&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.lustre.org/builders/CentOS%207.2%20x86_64%20%28BUILD%29/builds/7890&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;Making all in ldiskfs
Applying ext4 patches: rhel7/ext4-inode-version.patch rhel7/ext4-lookup-dotdot.patch rhel6.3/ext4-print-inum-in-htree-warning.patch rhel7/ext4-prealloc.patch rhel7/ext4-mballoc-extra-checks.patch rhel7/ext4-misc.patch rhel7/ext4-osd-iop-common.patch rhel7/ext4-hash-indexed-dir-dotdot-update.patch rhel7/ext4-kill-dx-root.patch rhel7/ext4-mballoc-pa-free-mismatch.patch rhel7/ext4-data-in-dirent.patch rhel7.2/ext4-large-eas.patch rhel7/ext4-disable-mb-cache.patch rhel7/ext4-nocmtime.patch rhel7/ext4-large-dir.patch rhel7.2/ext4-pdirop.patch rhel7/ext4-max-dir-size.patch rhel7/ext4-remove-truncate-warning.patch rhel7/ext4-corrupted-inode-block-bitmaps-handling-patches.patch rhel7/ext4-give-warning-with-dir-htree-growing.patch rhel7/ext4-mmp-brelse.patch rhel7/ext4-jcb-optimization.patch rhel7/ext4_s_max_ext_tree_depth.patch rhel7.2/ext4-release-bh-in-makeinxdir.patch rhel7.2/ext4-dont-check-in-ro.patch rhel7.2/ext4-dont-check-before-replay.patch rhel7.2/ext4-remove-i_data_sem-from-xattr.patch rhel7/ext4-projid-ignore-maxquotas.patch rhel7/ext4-projid-feature-support.patch rhel7/ext4-projid-quotas.patch rhel7/ext4-projid-xfs-ioctls.patch rhel7/ext4-export-__ext4_ioctl_setproject-for-lustre.patch
Replacing &apos;ext4&apos; with &apos;ldiskfs&apos;: xattr.h acl.h mballoc.h truncate.h extents_status.h ext4.h ext4_extents.h ext4_jbd2.h ioctl.c dir.c fsync.c indirect.c ext4_jbd2.c migrate.c page-io.c xattr_user.c acl.c extents.c namei.c move_extent.c xattr.c symlink.c inode.c file.c mmp.c super.c hash.c xattr_security.c bitmap.c ialloc.c extents_status.c block_validity.c mballoc.c inline.c balloc.c xattr_trusted.c resize.c mmp.c htree_lock.c ext4.h ext4_extents.h ext4_jbd2.h ext4.h htree_lock.h
Making all in .
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c: In function &apos;ldiskfs_iflags_to_xflags&apos;:
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:412:13: error: &apos;FS_XFLAG_SYNC&apos; undeclared (first use in this function)
   xflags |= FS_XFLAG_SYNC;
             ^
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:412:13: note: each undeclared identifier is reported only once for each function it appears in
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:414:13: error: &apos;FS_XFLAG_IMMUTABLE&apos; undeclared (first use in this function)
   xflags |= FS_XFLAG_IMMUTABLE;
             ^
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:416:13: error: &apos;FS_XFLAG_APPEND&apos; undeclared (first use in this function)
   xflags |= FS_XFLAG_APPEND;
             ^
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:418:13: error: &apos;FS_XFLAG_NODUMP&apos; undeclared (first use in this function)
   xflags |= FS_XFLAG_NODUMP;
             ^
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:420:13: error: &apos;FS_XFLAG_NOATIME&apos; undeclared (first use in this function)
   xflags |= FS_XFLAG_NOATIME;
             ^
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:422:13: error: &apos;FS_XFLAG_PROJINHERIT&apos; undeclared (first use in this function)
   xflags |= FS_XFLAG_PROJINHERIT;
             ^
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c: In function &apos;ldiskfs_xflags_to_iflags&apos;:
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:431:15: error: &apos;FS_XFLAG_SYNC&apos; undeclared (first use in this function)
  if (xflags &amp;amp; FS_XFLAG_SYNC)
               ^
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:433:15: error: &apos;FS_XFLAG_IMMUTABLE&apos; undeclared (first use in this function)
  if (xflags &amp;amp; FS_XFLAG_IMMUTABLE)
               ^
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:435:15: error: &apos;FS_XFLAG_APPEND&apos; undeclared (first use in this function)
  if (xflags &amp;amp; FS_XFLAG_APPEND)
               ^
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:437:15: error: &apos;FS_XFLAG_NODUMP&apos; undeclared (first use in this function)
  if (xflags &amp;amp; FS_XFLAG_NODUMP)
               ^
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:439:15: error: &apos;FS_XFLAG_NOATIME&apos; undeclared (first use in this function)
  if (xflags &amp;amp; FS_XFLAG_NOATIME)
               ^
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:441:15: error: &apos;FS_XFLAG_PROJINHERIT&apos; undeclared (first use in this function)
  if (xflags &amp;amp; FS_XFLAG_PROJINHERIT)
               ^
In file included from /tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ldiskfs_jbd2.h:20:0,
                 from /tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:19:
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c: In function &apos;ldiskfs_ioctl&apos;:
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ldiskfs.h:630:33: error: &apos;FS_IOC_FSGETXATTR&apos; undeclared (first use in this function)
 #define LDISKFS_IOC_FSGETXATTR  FS_IOC_FSGETXATTR
                                 ^
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:781:7: note: in expansion of macro &apos;LDISKFS_IOC_FSGETXATTR&apos;
  case LDISKFS_IOC_FSGETXATTR:
       ^
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:783:18: error: storage size of &apos;fa&apos; isn&apos;t known
   struct fsxattr fa;
                  ^
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:786:25: error: invalid application of &apos;sizeof&apos; to incomplete type &apos;struct fsxattr&apos;
   memset(&amp;amp;fa, 0, sizeof(struct fsxattr));
                         ^
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:783:18: error: unused variable &apos;fa&apos; [-Werror=unused-variable]
   struct fsxattr fa;
                  ^
In file included from /tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ldiskfs_jbd2.h:20:0,
                 from /tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:19:
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ldiskfs.h:631:33: error: &apos;FS_IOC_FSSETXATTR&apos; undeclared (first use in this function)
 #define LDISKFS_IOC_FSSETXATTR  FS_IOC_FSSETXATTR
                                 ^
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:802:7: note: in expansion of macro &apos;LDISKFS_IOC_FSSETXATTR&apos;
  case LDISKFS_IOC_FSSETXATTR:
       ^
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:804:18: error: storage size of &apos;fa&apos; isn&apos;t known
   struct fsxattr fa;
                  ^
/tmp/rpmbuild-lustre-buildbot-uJbfPheG/BUILD/lustre-2.9.55_42_g60a4d3f/ldiskfs/ioctl.c:804:18: error: unused variable &apos;fa&apos; [-Werror=unused-variable]
error: Bad exit status from /tmp/rpmbuild-lustre-buildbot-uJbfPheG/TMP/rpm-tmp.ZV9A8a (%build)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="45496">LU-9339</key>
            <summary>fix RHEL 7.2 project quota build error</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="lixi">Li Xi</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                    </labels>
                <created>Thu, 13 Apr 2017 22:34:36 +0000</created>
                <updated>Wed, 7 Nov 2018 17:56:06 +0000</updated>
                            <resolved>Thu, 11 May 2017 10:54:26 +0000</resolved>
                                    <version>Lustre 2.10.0</version>
                                    <fixVersion>Lustre 2.10.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="192186" author="gerrit" created="Sun, 16 Apr 2017 04:54:40 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/26647&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26647&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9339&quot; title=&quot;fix RHEL 7.2 project quota build error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9339&quot;&gt;&lt;del&gt;LU-9339&lt;/del&gt;&lt;/a&gt; ldiskfs: Make ldiskfs buildable on kernels with no project quota&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 73d4dd6a2a706239a9a7e842e0c52edc677bbb09&lt;/p&gt;</comment>
                            <comment id="192187" author="gerrit" created="Sun, 16 Apr 2017 06:31:47 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/26648&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26648&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9339&quot; title=&quot;fix RHEL 7.2 project quota build error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9339&quot;&gt;&lt;del&gt;LU-9339&lt;/del&gt;&lt;/a&gt; quota: Replace MAXQUOTAS usage with LL_MAXQUOTAS&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6382ec072c40d42972d6d583390b3819e7c0e22a&lt;/p&gt;</comment>
                            <comment id="192188" author="gerrit" created="Sun, 16 Apr 2017 07:14:48 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/26649&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26649&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9339&quot; title=&quot;fix RHEL 7.2 project quota build error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9339&quot;&gt;&lt;del&gt;LU-9339&lt;/del&gt;&lt;/a&gt; kernel: Drop vfs projectquota patch&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7bef3c27f6b51b1ca2ca3fae29d0012d392c2969&lt;/p&gt;</comment>
                            <comment id="192538" author="gerrit" created="Tue, 18 Apr 2017 17:19:39 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/26648/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26648/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9339&quot; title=&quot;fix RHEL 7.2 project quota build error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9339&quot;&gt;&lt;del&gt;LU-9339&lt;/del&gt;&lt;/a&gt; quota: Replace MAXQUOTAS usage with LL_MAXQUOTAS&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a7e0ce3a5780fb4530fb651ad5c8e5371cfca6db&lt;/p&gt;</comment>
                            <comment id="192539" author="gerrit" created="Tue, 18 Apr 2017 17:19:46 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/26647/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26647/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9339&quot; title=&quot;fix RHEL 7.2 project quota build error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9339&quot;&gt;&lt;del&gt;LU-9339&lt;/del&gt;&lt;/a&gt; ldiskfs: Make ldiskfs buildable on kernels with no project quota&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: de10075373c80cb0200726ea4f13eddcf38895fd&lt;/p&gt;</comment>
                            <comment id="192555" author="pjones" created="Tue, 18 Apr 2017 18:33:35 +0000"  >&lt;p&gt;Landed for 2.10&lt;/p&gt;</comment>
                            <comment id="192968" author="gerrit" created="Fri, 21 Apr 2017 07:19:26 +0000"  >&lt;p&gt;Wang Shilong (wshilong@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/26769&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26769&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9339&quot; title=&quot;fix RHEL 7.2 project quota build error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9339&quot;&gt;&lt;del&gt;LU-9339&lt;/del&gt;&lt;/a&gt; ldiskfs: fix regression of macro check&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2109e945afbe40d3af1528f1fac02c818cde0a14&lt;/p&gt;</comment>
                            <comment id="193042" author="adilger" created="Fri, 21 Apr 2017 16:38:55 +0000"  >&lt;p&gt;Still one patch to land. &lt;/p&gt;</comment>
                            <comment id="193947" author="gerrit" created="Fri, 28 Apr 2017 20:36:19 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/26769/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26769/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9339&quot; title=&quot;fix RHEL 7.2 project quota build error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9339&quot;&gt;&lt;del&gt;LU-9339&lt;/del&gt;&lt;/a&gt; ldiskfs: fix regression of macro check&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: af3d457b77e0ffb649871532b04e4721a701f974&lt;/p&gt;</comment>
                            <comment id="195344" author="simmonsja" created="Wed, 10 May 2017 20:23:35 +0000"  >&lt;p&gt;The regression fix was merged. Can this ticket be closed?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="45561">LU-9360</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="10111">LU-20</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="21158">LU-4017</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="45520">LU-9350</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzza7b:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

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