<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:10: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 add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[FOLIO-1027] Integrate RAML linting for all raml-based projects in CI</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-1027</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;Investigate the possibility of implement RAML linting for all projects that include RAML as part of the CI process.   &lt;/p&gt;</description>
                <environment></environment>
        <key id="80499">FOLIO-1027</key>
            <summary>Integrate RAML linting for all raml-based projects in CI</summary>
                <type id="10003" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium">Task</type>
                                            <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/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="green"/>
                                    <resolution id="10003">Done</resolution>
                                                        <assignee accountid="61cd0ca0bce5e00069e98be7">David Crossley</assignee>
                                                                <reporter accountid="5f9abc1eb45b2e007453f423">John Malconian</reporter>
                                    <labels>
                            <label>ci</label>
                            <label>core</label>
                            <label>raml</label>
                            <label>sprint32</label>
                            <label>sprint33</label>
                            <label>sprint42</label>
                            <label>sprint43</label>
                            <label>sprint44</label>
                            <label>sprint45</label>
                            <label>sprint46</label>
                    </labels>
                <created>Fri, 12 Jan 2018 14:13:45 +0000</created>
                <updated>Mon, 12 Nov 2018 14:23:56 +0000</updated>
                            <resolved>Tue, 11 Sep 2018 06:30:33 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                    <timespent seconds="132600">4 days, 4 hours, 50 minutes</timespent>
                                <comments>
                                                            <comment id="189394" author="5f9abc1eb45b2e007453f423" created="Fri, 12 Jan 2018 14:18:47 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt; - It seems like you&apos;ve done some work in this area utilizing raml-cop.   What I&apos;d like to implement is a standard lint configuration that can be executed across the RAML in all projects and which is automatically triggered by Jenkins as part of the build and verification project for each repository.  Could something like this be implemented and would it be useful?&lt;/p&gt;</comment>
                                                            <comment id="189396" author="63e2a2771b13d42998e4e706" created="Fri, 12 Jan 2018 15:50:04 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f9abc1eb45b2e007453f423&quot; class=&quot;user-hover&quot; rel=&quot;5f9abc1eb45b2e007453f423&quot; data-account-id=&quot;5f9abc1eb45b2e007453f423&quot; accountid=&quot;5f9abc1eb45b2e007453f423&quot; rel=&quot;noreferrer&quot;&gt;John Malconian&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt; I&apos;ve just been investigating the security vulnerability in marked 0.3.6 that &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5ced27478b03050f27825a93&quot; class=&quot;user-hover&quot; rel=&quot;5ced27478b03050f27825a93&quot; data-account-id=&quot;5ced27478b03050f27825a93&quot; accountid=&quot;5ced27478b03050f27825a93&quot; rel=&quot;noreferrer&quot;&gt;Peter Murray&lt;/a&gt; raised (having received an email from github).&lt;/p&gt;

&lt;p&gt;This is a nested dependency underneath raml-cop 5.0.0 and raml-1-parser 1.1.39 and there don&apos;t appear to be releases of these modules that upgrade the version of marked. I tried use npm shrinkwrap to specify a different version, but that seemed to fail, so instead have migrated the script to use yarn instead (which fits better with the tooling of this project anyway) and used it&apos;s resolutions capability, which seemed to work.&lt;/p&gt;

&lt;p&gt;These changes are available in master, as I don&apos;t think can check the dependencies without merging.&lt;/p&gt;

&lt;p&gt;If this resolves the security issue, I shall roll this out to the other modules (and maybe it could be the basis for this work?)&lt;/p&gt;</comment>
                                                            <comment id="189399" author="61cd0ca0bce5e00069e98be7" created="Mon, 15 Jan 2018 08:10:04 +0000"  >&lt;p&gt;Regarding that vulnerability: The &quot;marked&quot; is a direct dependency to &quot;&lt;a href=&quot;https://github.com/raml-org/raml-js-parser-2&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;raml-1-parser&lt;/a&gt;&quot;. When the raml-1-parser updated release happens, then the package.json of current raml-cop will automatically incorporate it.&lt;/p&gt;

&lt;p&gt;There is a raml-1-parser issue and &lt;a href=&quot;https://github.com/raml-org/raml-js-parser-2/pull/807&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;pull/807&lt;/a&gt; to update the dependency. Note that that also moves it to devDependencies.&lt;/p&gt;</comment>
                                                            <comment id="189401" author="61cd0ca0bce5e00069e98be7" created="Mon, 15 Jan 2018 08:14:51 +0000"  >&lt;p&gt;Yes, i believe that raml-cop in both CI, and in local project use, would be useful as part of linting. It validates the RAML and associated JSON schema, and any provided examples.&lt;/p&gt;

&lt;p&gt;Some notes ...&lt;/p&gt;

&lt;p&gt;I have found that &quot;warnings&quot; should be heeded &amp;#8211; they are often more severe than is implied by that label.&lt;/p&gt;

&lt;p&gt;The messages from the raml-1-parser and friends can be confusing. We do have experience with their interpretation.&lt;/p&gt;

&lt;p&gt;I have found that all warnings should be attended to. They can mask other issues. So sometimes there are only a few messages. Attend to those and more may be encountered.&lt;/p&gt;

&lt;p&gt;Often the issues arise because of faulty examples. So temporarily disable them via the raml file to ensure no other issues.&lt;/p&gt;

&lt;p&gt;The messages can be voluminous and would be annoying in CI if they are just that examples still need to be updated.&lt;/p&gt;

&lt;p&gt;The location of RAML files in each project is not standard. Perhaps that would be declared in each project&apos;s package.json &quot;scripts&quot;.&lt;/p&gt;

&lt;p&gt;There are no command-line options needed, just &apos;raml-cop &amp;lt;file&amp;gt;&apos;. It can be run on multiple files (&apos;raml-cop *.raml&apos;) but that does make any warnings even more obscure because one does not know from which raml file they arise. So perhaps use find.&lt;/p&gt;

&lt;p&gt;Some projects currently have warnings happening (raml-module-builder mod-configuration mod-finance mod-orders). The mod-configuration could serve as a test, as its issues are minor and obvious. Perhaps exclude the others for now.&lt;/p&gt;</comment>
                                                            <comment id="189404" author="61cd0ca0bce5e00069e98be7" created="Sat, 20 Jan 2018 02:24:30 +0000"  >&lt;p&gt;The messages from &apos;raml-cop&apos; do normally indicate which raml or json filename is causing the issue. In some cases of failing examples, the messages are more obscure. Running raml-cop with *.raml or using find-and-exec does not make a difference (see its &lt;a href=&quot;https://github.com/thebinarypenguin/raml-cop/issues/15&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;issue 15&lt;/a&gt;).&lt;/p&gt;</comment>
                                                            <comment id="189405" author="61cd0ca0bce5e00069e98be7" created="Sat, 20 Jan 2018 02:29:06 +0000"  >&lt;p&gt;Been exploring how to enable both CI, and local use prior to commit. Some notes ...&lt;/p&gt;

&lt;p&gt;Do not want to want to have 56MB node_modules in each raml-using repo local checkout. Especially not in the shared &quot;raml&quot; repo (raml-util).&lt;/p&gt;

&lt;p&gt;Wondering about a separate repository (e.g. folio-dev-tools) checked out at a parallel level. This would just have a package.json and yarn.lock files. (Initially only have raml-cop but later might also want other shared linting tools e.g. &quot;&lt;a href=&quot;https://github.com/prettier/prettier&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;prettier&lt;/a&gt;&quot; for validating and consistently formatting JSON files.)&lt;/p&gt;

&lt;p&gt;Then have a shell script in each raml-using project repository (e.g. mod-configuration/lint-raml-cop.sh)&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
../folio-dev-tools/node_modules/.bin/raml-cop ramls/configuration/*.raml
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Some projects might need to configure their script to handle a more complex setup of ramls, so could use find-and-prune-and-exec.&lt;/p&gt;

&lt;p&gt;Some projects (e.g. mod-codex-mux) only have the shared &quot;raml-util&quot; which would have already been validated. Perhaps developers experiment with local changes to raml-util before moving them to the shared &quot;raml&quot; repo. The Jenkinsfile would be configured to not run this for CI.&lt;/p&gt;</comment>
                                                            <comment id="189407" author="61cd0ca0bce5e00069e98be7" created="Wed, 7 Feb 2018 04:28:56 +0000"  >&lt;p&gt;I have done some experiments locally with the different ways.&lt;/p&gt;

&lt;hr /&gt;
&lt;p&gt;Method A):&lt;/p&gt;

&lt;p&gt;Similar to that already in mod-circulation/lint.sh which does the &apos;yarn install&apos; and runs raml-cop with a declared path to its &quot;*.raml&quot; files (which may be different for each repository). Could use yarn scripts, rather than shell script.&lt;/p&gt;

&lt;p&gt;So each raml-using repo would have its own yarn install, etc.&lt;/p&gt;

&lt;p&gt;Not sure how that would work for the shared raml-util, or for separate shared raml (
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-1040&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-1040&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Tidy and clarify shared raml-util and each raml-using repo&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            FOLIO-1040
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
) &amp;#8211; if developers run it in the git submodule, then they get an additional node_modules as well as the one in their parent ramls directory.&lt;/p&gt;

&lt;hr /&gt;
&lt;p&gt;Method B):&lt;/p&gt;

&lt;p&gt;Expect developers to have the &quot;folio-tools&quot; (or some such) repository checked out at a parallel level (../folio-tools). That provides the directory &quot;folio-tools/run-raml-cop&quot; which has a shell script &quot;run-raml-cop.sh&quot; which would ensure that its own checkout is up-to-date and does &apos;yarn install&apos;. The script accepts one argument being the paths to any raml files.&lt;/p&gt;

&lt;p&gt;Each raml-using repository would have a shell script &quot;lint-raml-cop.sh&quot; which ensures that the &quot;../folio-tools&quot; is present, then calls that script, passing the paths to its raml files.&lt;/p&gt;

&lt;p&gt;If there is interest in this method then i could publish the branches.&lt;/p&gt;

&lt;hr /&gt;
&lt;p&gt;Method C):&lt;/p&gt;

&lt;p&gt;Encourage each developer to have raml-cop installed globally &apos;npm install -g raml-cop&apos; and keep up-to-date. Each raml-using repository would have a simple &quot;lint-raml-cop.sh&quot; which expects that, and runs it on the declared path to its raml files.&lt;/p&gt;

&lt;p&gt;For CI, have a Python script similar to the current folio-tools/generate-api-docs/ which retrieves the managed api.yml data file (
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;FOLIO-903&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-903&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Add RAML files to api docs configuration for generate-api-docs&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            FOLIO-903
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Open&lt;/span&gt;
            &lt;/span&gt;
) which declares the location of raml files within each repository.&lt;/p&gt;</comment>
                                                            <comment id="189410" author="61cd0ca0bce5e00069e98be7" created="Tue, 20 Feb 2018 13:26:50 +0000"  >&lt;p&gt;With Method C, the CI could have raml-cop globally installed itself, and run each repository&apos;s &quot;lint-raml-cop.sh&quot;.&lt;/p&gt;</comment>
                                                            <comment id="189412" author="61cd0ca0bce5e00069e98be7" created="Thu, 29 Mar 2018 17:08:31 +0000"  >&lt;p&gt;Added a new document at &lt;a href=&quot;https://dev.folio.org/guides/raml-cop/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;dev.folio.org/guides/raml-cop/&lt;/a&gt; to assist with installation, usage, and interpretation of messages.&lt;/p&gt;

&lt;p&gt;Added a shell script at &lt;a href=&quot;https://github.com/folio-org/mod-notes/blob/master/lint-raml-cop.sh&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;github.com/folio-org/mod-notes/blob/master/lint-raml-cop.sh&lt;/a&gt;&lt;br/&gt;
This ensures that raml-cop is installed on the developer&apos;s workstation, finds the RAML files in the project, runs raml-cop on each file, and handles error reporting.&lt;/p&gt;

&lt;p&gt;Currently only added to mod-notes. The same script would be added to other raml-using projects.&lt;/p&gt;

&lt;p&gt;For CI, raml-cop would be installed globally.&lt;/p&gt;

&lt;p&gt;Next step is to investigate how to run this in CI. Would there be an entry in each raml-using project&apos;s Jenkinsfile, and corresponding handling in Jenkins?&lt;/p&gt;

&lt;p&gt;Should each repository have a top-level &quot;scripts&quot; directory to house such, and so not clutter with this and other scripts, and enable Jenkins to reliably locate it?&lt;/p&gt;</comment>
                                                            <comment id="189414" author="61cd0ca0bce5e00069e98be7" created="Tue, 19 Jun 2018 08:33:27 +0000"  >&lt;p&gt;See folio-tools/lint-raml/lint_raml_cop.py added at 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-1264&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-1264&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Add folio-tools/lint-raml&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            FOLIO-1264
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
&lt;/p&gt;</comment>
                                                            <comment id="189416" author="61cd0ca0bce5e00069e98be7" created="Mon, 9 Jul 2018 04:12:46 +0000"  >&lt;p&gt;See the related PRs at:&lt;br/&gt;
&lt;a href=&quot;https://github.com/folio-org/folio-tools/pull/13&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;folio-tools/pull/13&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/folio-org/folio-infrastructure/pull/23&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;folio-infrastructure/pull/23&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/folio-org/jenkins-pipeline-libs/pull/38&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;jenkins-pipeline-libs/pull/38&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This installs and runs that lint_raml_cop.py script. It is configured similarly to the &quot;generate-api-docs&quot; job, and is modelled on the &quot;Lint&quot; stage of front-end repositories and its runLintNPM.groovy script.&lt;/p&gt;

&lt;p&gt;So if there are issues then it will report them, but not block anything.&lt;/p&gt;</comment>
                                                            <comment id="189418" author="61cd0ca0bce5e00069e98be7" created="Wed, 22 Aug 2018 05:37:38 +0000"  >&lt;p&gt;This is now implemented. Currently at the end of the pipeline.&lt;/p&gt;

&lt;p&gt;See example at &lt;a href=&quot;https://github.com/folio-org/mod-configuration/pull/50&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;mod-configuration/pull/50&lt;/a&gt;&lt;br/&gt;
i.e. add to Jenkinsfile: runLintRamlCop = &apos;yes&apos;&lt;/p&gt;

&lt;p&gt;Developers can run the same script locally with `folio-tools/lint-raml/lint_raml_cop.py`&lt;/p&gt;

&lt;p&gt;In CI it will only report its findings, and not stop anything. With a PR, any errors will be listed, otherwise quiet.&lt;/p&gt;

&lt;p&gt;See [folio-tools/lint-raml|https://github.com/folio-org/folio-tools/tree/master/lint-raml)&lt;br/&gt;
and &lt;span class=&quot;error&quot;&gt;&amp;#91;dev.folio.org/guides/raml-cop/&amp;#93;&lt;/span&gt;(&lt;a href=&quot;https://dev.folio.org/guides/raml-cop/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://dev.folio.org/guides/raml-cop/&lt;/a&gt;)&lt;/p&gt;</comment>
                                                            <comment id="189419" author="61cd0ca0bce5e00069e98be7" created="Wed, 22 Aug 2018 05:38:17 +0000"  >&lt;p&gt;Still need to add to each repository&apos;s Jenkinsfile.&lt;/p&gt;</comment>
                                                            <comment id="189421" author="63e2a2771b13d42998e4e706" created="Wed, 22 Aug 2018 07:50:04 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt; Does this mean that the scripts directory will be disappearing from all of the backend modules and we will run the &lt;tt&gt;lint-raml-cop.sh&lt;/tt&gt; script from a checkout of &lt;tt&gt;folio-tools&lt;/tt&gt; instead?&lt;/p&gt;</comment>
                                                            <comment id="189424" author="61cd0ca0bce5e00069e98be7" created="Wed, 22 Aug 2018 14:51:06 +0000"  >&lt;p&gt;I reckon so. The centralised tools would be easier to maintain (and is already improved). I would use the lint_raml_cop.py in preference &amp;#8211; same as used by CI. Also it detects various other issues, especially for pre RMB v20.&lt;/p&gt;</comment>
                                                            <comment id="189426" author="63e2a2771b13d42998e4e706" created="Thu, 23 Aug 2018 09:10:30 +0000"  >&lt;p&gt;I think having consistency with what the CI runs and having a single place to change outweighs needing to have a different repository cloned and the tools globally installed.&lt;/p&gt;</comment>
                                                            <comment id="189427" author="63e2a2771b13d42998e4e706" created="Fri, 24 Aug 2018 14:41:54 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=61cd0ca0bce5e00069e98be7&quot; class=&quot;user-hover&quot; rel=&quot;61cd0ca0bce5e00069e98be7&quot; data-account-id=&quot;61cd0ca0bce5e00069e98be7&quot; accountid=&quot;61cd0ca0bce5e00069e98be7&quot; rel=&quot;noreferrer&quot;&gt;David Crossley&lt;/a&gt; I&apos;ve been trying this out and it seems to work smoothly with existing modules &lt;img class=&quot;emoticon&quot; src=&quot;/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;&lt;/p&gt;

&lt;p&gt;And I tried it out with a standalone module and local config and that worked nicely too.&lt;/p&gt;</comment>
                                                            <comment id="189429" author="61cd0ca0bce5e00069e98be7" created="Sat, 25 Aug 2018 09:15:10 +0000"  >&lt;p&gt;Thanks for the feedback, Marc.&lt;/p&gt;

&lt;p&gt;We had a glitch with the raml-1-parser dependency in raml-cop for RAML-1.0 files. See notes at 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;RMB-227&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/RMB-227&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;raml-cop rejects jobs.raml of RMB&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            RMB-227
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
.&lt;/p&gt;

&lt;p&gt;Now can proceed with setting up CI for the rest.&lt;/p&gt;</comment>
                                                            <comment id="189430" author="61cd0ca0bce5e00069e98be7" created="Tue, 4 Sep 2018 08:41:10 +0000"  >&lt;p&gt;This is almost done and is operating successfully.&lt;/p&gt;

&lt;p&gt;There is a PR to add it to the &quot;raml&quot; shared repo. The other mod-* repos are done, except for mod-orders-storage (which currently has too many issues 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;MODORDSTOR-7&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/MODORDSTOR-7&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Various errors with RAML processing&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            MODORDSTOR-7
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
).&lt;/p&gt;

&lt;p&gt;There are some recently new mod-* repos. Will get to those soon.&lt;/p&gt;</comment>
                                                            <comment id="189431" author="61cd0ca0bce5e00069e98be7" created="Tue, 11 Sep 2018 06:30:33 +0000"  >&lt;p&gt;All relevant repositories (including the &quot;raml&quot; repository) are now configured. The mod-orders-storage is configured but not yet enabled.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="80745">FOLIO-1399</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="80614">FOLIO-1091</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="80641">FOLIO-1187</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="80743">FOLIO-1260</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="80750">FOLIO-1264</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="80829">FOLIO-1481</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="56832">RMB-227</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzy79j:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 12 Jan 2018 15:50:04 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>