<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Adding hyperlinks to text field via im createissue in Windows command line interface in Systems/Software Engineering</title>
    <link>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/487814#M5577</link>
    <description>&lt;P&gt;Hello &lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/195008"&gt;@sklemm&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's an example that worked for me:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;$ &lt;/EM&gt;im createissue --user=kli --hostname=MyHost --port=16000 --type=KLTTest_Widget --richContentField="KLT1_Rich Text=&amp;lt;!-- MKS HTML --&amp;gt;This is rich text.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;a href="&lt;A href="https://www.ptc.com^&amp;quot;^&amp;gt;PTC^&amp;lt;/a^&amp;gt;^&amp;lt;/p^" target="_blank"&gt;https://www.ptc.com^"^&amp;gt;PTC^&amp;lt;/a^&amp;gt;^&amp;lt;/p^&lt;/A&gt;&amp;gt;"&lt;EM&gt;&lt;BR /&gt;Creating KLTTest_Widget ...&lt;BR /&gt;Editing fields ...&lt;BR /&gt;Submitting ...&lt;BR /&gt;Created KLTTest_Widget 1016&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which created this item for me:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;$ &lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG&gt;im viewissue --hostname=mlizak0l --port=16000 --user=kla --password=mglizak --showrichcontent 1016&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Minor Version ID:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Major Version ID:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Live Item ID: 1016&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Bookmarks:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Type: KLTTest_Widget&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;State: KLT1_Active&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;ID: 1016&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Modified By: kli&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Created By: kli&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Modified Date: Oct 18, 2017 7:33:54 PM&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Created Date: Oct 18, 2017 7:33:54 PM&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;KLT1_Attachments:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;KLT1_Cost:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;KLT1_Description:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;KLT1_SKU:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;KLT1_Rich Text: &amp;lt;!-- MKS HTML --&amp;gt;This is rich text.&amp;lt;p&amp;gt;&amp;lt;a href="&lt;A href="https://www.ptc.com&amp;quot;&amp;gt;PTC&amp;lt;/a&amp;gt;&amp;lt;/p" target="_blank"&gt;https://www.ptc.com"&amp;gt;PTC&amp;lt;/a&amp;gt;&amp;lt;/p&lt;/A&gt;&amp;gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;KLT_header_description:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At first glance, this looks inconsistent, because some characters had to be escaped, and others did not.&amp;nbsp; I think you can get away with not escaping everything between double-quotes (and "escaping" them between the double quotes actually causes problems or at least extra carrot symbols), but after the second double-quote, you &lt;STRONG&gt;&lt;EM&gt;must&lt;/EM&gt;&lt;/STRONG&gt; escape them.&amp;nbsp; Escaping the double-quotes themselves just seemed to create extra double-quotes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the idea was that in Windows, every &lt;STRONG&gt;&amp;lt;&lt;/STRONG&gt;, &lt;STRONG&gt;&amp;gt;&lt;/STRONG&gt;, and &lt;STRONG&gt;"&lt;/STRONG&gt; in the rich text field has to be immediately pre-ceded by a carrot (&lt;STRONG&gt;^&lt;/STRONG&gt;), or it's going to be interpreted by the command line (as an input redirect, output redirect, and the end of your quoted string, respectively).&amp;nbsp; Obviously, that's not completely true in practice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can see what's possible by looking at existing output, for instance with the command&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;im viewissue --user=&amp;lt;user id&amp;gt; --hostname=&amp;lt;hostname&amp;gt; &amp;lt;issueID&amp;gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;This will show the rich text formatting, so that you can imitate it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For instance:&lt;/P&gt;
&lt;P&gt;&amp;lt;b&amp;gt; == bolding&lt;/P&gt;
&lt;P&gt;&amp;lt;i&amp;gt; == italics&lt;/P&gt;
&lt;P&gt;An item link would use &lt;STRONG&gt;mks:///item?itemid=123&lt;/STRONG&gt; instead of an a tag.&amp;nbsp; Note that unlike an href value, the &lt;STRONG&gt;itemid &lt;/STRONG&gt;&lt;U&gt;doesn't seem to require quotes&lt;/U&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Re; example field "Summary" or "Comment":&amp;nbsp; That depends on the field definitions of those fields.&amp;nbsp; If they are not rich text fields, you're not going to be able to insert hyperlinks no matter what you do.&amp;nbsp; If they are hyperlinks, you could use the same method as above, substituting the text after the first &lt;EM&gt;&lt;STRONG&gt;--richContentField&lt;/STRONG&gt;&lt;/EM&gt; string with the name of your field.&amp;nbsp; E.g. &lt;STRONG&gt;&lt;EM&gt;--richContentField=Summary="&amp;lt;!-- MKS HTML --&amp;gt;...&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope that helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Kael&lt;/P&gt;</description>
    <pubDate>Wed, 18 Oct 2017 23:46:16 GMT</pubDate>
    <dc:creator>KaelLizak</dc:creator>
    <dc:date>2017-10-18T23:46:16Z</dc:date>
    <item>
      <title>Adding hyperlinks to text field via im createissue in Windows command line interface</title>
      <link>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/487582#M5576</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I would like to add a hyperlink to a text field (e.g.: summary) when using im – command „createissue“ in the Windows command line interface (cmd.exe). Unfortunately PTC Integrity CLI Reference for Integrity 10.8 stated at the end of this message is not really helpful to fix it. It’s also difficult to deal with the information stated in the “Note” of the explanation for the option “--richContentField=value” related to the Windows command line interface (cmd.exe).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It’s possible for me to create a hyperlink via im – command “editissue” as stated in the following example:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;im editissue --user=&amp;lt;user id&amp;gt; --hostname=&amp;lt;hostname&amp;gt; --richContentField=Description="&amp;lt;!-- MKS HTML --&amp;gt;&amp;lt;a href=&amp;lt;hostname, etc.&amp;gt;/im/viewissue?selection=2418&amp;gt;Link_Example&amp;lt;/a&amp;gt;" 2418&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please provide reproducible examples for adding hyperlink via “im createissue” to a text field, for example field “Summary” or “Comment”,etc.. It would be also great to get more information, which option to use for adding hyperlink to text fields. Is “&lt;STRONG&gt;--richContentField&lt;/STRONG&gt;” the only option to add hyperlinks ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Stephan Klemm&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;--richContentField&lt;/STRONG&gt;=&lt;EM&gt;value&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;specifies a rich content field and its value for the new issue, where &lt;EM&gt;value&lt;/EM&gt; is of the form "&lt;EM&gt;richcontentfieldname&lt;/EM&gt;=&lt;EM&gt;fieldValue&lt;/EM&gt;".&lt;/P&gt;
&lt;P&gt;To specify a link to an item by ID: &amp;lt;a href="mks:///item?itemid=&lt;EM&gt;ID&lt;/EM&gt;"&amp;gt;&lt;EM&gt;DisplayText&lt;/EM&gt;&amp;lt;/a&amp;gt;&lt;/P&gt;
&lt;P&gt;For example: &amp;lt;a href="mks:///item?itemid=4547"&amp;gt;Part Requirement&amp;lt;/a&amp;gt;&lt;/P&gt;
&lt;P&gt;To specify a link to an item by ID and label: &amp;lt;a href="mks:///item?itemid=&lt;EM&gt;ID&lt;/EM&gt;&amp;amp;label=LABEL"&amp;gt;&lt;EM&gt;DisplayText&lt;/EM&gt;&amp;lt;/a&amp;gt;&lt;/P&gt;
&lt;P&gt;For example: &amp;lt;a href="mks:///item?itemid=4547&amp;amp;label=EDF-343"&amp;gt;Part Requirement, Label EDF-343&amp;lt;/a&amp;gt;&lt;/P&gt;
&lt;P&gt;To specify a link to an item by ID and revision: &amp;lt;a href="mks:///item?itemid=&lt;EM&gt;ID&lt;/EM&gt;&amp;amp;revision=REVISION"&amp;gt;&lt;EM&gt;DisplayText&lt;/EM&gt;&amp;lt;/a&amp;gt;&lt;/P&gt;
&lt;P&gt;For example: &amp;lt;a href="mks:///item?itemid=4547&amp;amp;revision=1.2"&amp;gt;Part Requirement, Revision 1.2&amp;lt;/a&amp;gt;&lt;/P&gt;
&lt;P&gt;To specify a link to an item by ID and date: &amp;lt;a href="mks:///item?itemid=&lt;EM&gt;ID&lt;/EM&gt;&amp;amp;asof=DATETIME"&amp;gt;&lt;EM&gt;DisplayText&lt;/EM&gt;&amp;lt;/a&amp;gt; where date is in the format for your locale; such as US date formats "mm/dd/yy", "mm/dd/yyyy", or "mmm d, yyyy" with the time "h:mm:ss a".&lt;/P&gt;
&lt;P&gt;For example: &amp;lt;a href="mks:///item?itemid=4547&amp;amp;asof=03/25/2012 12:04:00 AM"&amp;gt;Part Requirement, March 25, 2012 12:04am&amp;lt;/a&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; In the korn shell command line interface, HTML tags must be surrounded by quotes, for example, "&amp;lt;b&amp;gt;Feature Overview&amp;lt;/b&amp;gt;". In the Windows command line interface (cmd.exe), the ^ escape character must precede the &amp;lt; and &amp;gt; characters in HTML tags, for example, ^&amp;lt;b^&amp;gt;Feature Overview^&amp;lt;/b^&amp;gt; . You may need to escape nested " characters, for example, --richContentField=Description="&amp;lt;a href=\"mks:///item?itemid=4547\"&amp;gt;Part Requirement&amp;lt;/a&amp;gt;".&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 09:17:01 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/487582#M5576</guid>
      <dc:creator>sklemm</dc:creator>
      <dc:date>2017-10-17T09:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adding hyperlinks to text field via im createissue in Windows command line interface</title>
      <link>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/487814#M5577</link>
      <description>&lt;P&gt;Hello &lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/195008"&gt;@sklemm&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's an example that worked for me:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;$ &lt;/EM&gt;im createissue --user=kli --hostname=MyHost --port=16000 --type=KLTTest_Widget --richContentField="KLT1_Rich Text=&amp;lt;!-- MKS HTML --&amp;gt;This is rich text.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;a href="&lt;A href="https://www.ptc.com^&amp;quot;^&amp;gt;PTC^&amp;lt;/a^&amp;gt;^&amp;lt;/p^" target="_blank"&gt;https://www.ptc.com^"^&amp;gt;PTC^&amp;lt;/a^&amp;gt;^&amp;lt;/p^&lt;/A&gt;&amp;gt;"&lt;EM&gt;&lt;BR /&gt;Creating KLTTest_Widget ...&lt;BR /&gt;Editing fields ...&lt;BR /&gt;Submitting ...&lt;BR /&gt;Created KLTTest_Widget 1016&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which created this item for me:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;$ &lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG&gt;im viewissue --hostname=mlizak0l --port=16000 --user=kla --password=mglizak --showrichcontent 1016&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Minor Version ID:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Major Version ID:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Live Item ID: 1016&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Bookmarks:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Type: KLTTest_Widget&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;State: KLT1_Active&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;ID: 1016&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Modified By: kli&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Created By: kli&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Modified Date: Oct 18, 2017 7:33:54 PM&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Created Date: Oct 18, 2017 7:33:54 PM&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;KLT1_Attachments:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;KLT1_Cost:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;KLT1_Description:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;KLT1_SKU:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;KLT1_Rich Text: &amp;lt;!-- MKS HTML --&amp;gt;This is rich text.&amp;lt;p&amp;gt;&amp;lt;a href="&lt;A href="https://www.ptc.com&amp;quot;&amp;gt;PTC&amp;lt;/a&amp;gt;&amp;lt;/p" target="_blank"&gt;https://www.ptc.com"&amp;gt;PTC&amp;lt;/a&amp;gt;&amp;lt;/p&lt;/A&gt;&amp;gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;KLT_header_description:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At first glance, this looks inconsistent, because some characters had to be escaped, and others did not.&amp;nbsp; I think you can get away with not escaping everything between double-quotes (and "escaping" them between the double quotes actually causes problems or at least extra carrot symbols), but after the second double-quote, you &lt;STRONG&gt;&lt;EM&gt;must&lt;/EM&gt;&lt;/STRONG&gt; escape them.&amp;nbsp; Escaping the double-quotes themselves just seemed to create extra double-quotes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the idea was that in Windows, every &lt;STRONG&gt;&amp;lt;&lt;/STRONG&gt;, &lt;STRONG&gt;&amp;gt;&lt;/STRONG&gt;, and &lt;STRONG&gt;"&lt;/STRONG&gt; in the rich text field has to be immediately pre-ceded by a carrot (&lt;STRONG&gt;^&lt;/STRONG&gt;), or it's going to be interpreted by the command line (as an input redirect, output redirect, and the end of your quoted string, respectively).&amp;nbsp; Obviously, that's not completely true in practice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can see what's possible by looking at existing output, for instance with the command&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;im viewissue --user=&amp;lt;user id&amp;gt; --hostname=&amp;lt;hostname&amp;gt; &amp;lt;issueID&amp;gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;This will show the rich text formatting, so that you can imitate it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For instance:&lt;/P&gt;
&lt;P&gt;&amp;lt;b&amp;gt; == bolding&lt;/P&gt;
&lt;P&gt;&amp;lt;i&amp;gt; == italics&lt;/P&gt;
&lt;P&gt;An item link would use &lt;STRONG&gt;mks:///item?itemid=123&lt;/STRONG&gt; instead of an a tag.&amp;nbsp; Note that unlike an href value, the &lt;STRONG&gt;itemid &lt;/STRONG&gt;&lt;U&gt;doesn't seem to require quotes&lt;/U&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Re; example field "Summary" or "Comment":&amp;nbsp; That depends on the field definitions of those fields.&amp;nbsp; If they are not rich text fields, you're not going to be able to insert hyperlinks no matter what you do.&amp;nbsp; If they are hyperlinks, you could use the same method as above, substituting the text after the first &lt;EM&gt;&lt;STRONG&gt;--richContentField&lt;/STRONG&gt;&lt;/EM&gt; string with the name of your field.&amp;nbsp; E.g. &lt;STRONG&gt;&lt;EM&gt;--richContentField=Summary="&amp;lt;!-- MKS HTML --&amp;gt;...&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope that helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Kael&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 23:46:16 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/487814#M5577</guid>
      <dc:creator>KaelLizak</dc:creator>
      <dc:date>2017-10-18T23:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding hyperlinks to text field via im createissue in Windows command line interface</title>
      <link>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/487906#M5579</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;thanks a lot for providing the&amp;nbsp;example. I've tested&amp;nbsp;it and I confim it's working for me as well,&lt;/P&gt;
&lt;P&gt;the item is created in the system.&lt;/P&gt;
&lt;P&gt;Unfortunately there's still one remaining issue:&lt;/P&gt;
&lt;P&gt;The item shall not be created straightaway automatically. My&amp;nbsp;goal is to prepare the item only without registration and ID in the system. The Integrity user shall manally verify the mandatory attribute&amp;nbsp;values of the prepared item first and store the item&amp;nbsp;after this verification by pressing button "Apply" manually. Only now the new item shall get the ID and shall be&amp;nbsp;created in the system.&amp;nbsp;For this reason I've added the option "-- gui" at the end. Sadly the option is ignored when running "im createissue".&amp;nbsp;It must have something to do with the parameters at the end of the option "--richContentField". Any idea what&amp;nbsp;need to&amp;nbsp;be changed to get the result as expected ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Stephan Klemm&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 15:34:41 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/487906#M5579</guid>
      <dc:creator>sklemm</dc:creator>
      <dc:date>2017-10-19T15:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Adding hyperlinks to text field via im createissue in Windows command line interface</title>
      <link>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/487912#M5580</link>
      <description>&lt;P&gt;Hello again,&lt;/P&gt;
&lt;P&gt;I fixed the issue with the "-- gui" option. It's working when placing the "-- gui" in front of the &amp;nbsp;option "--richContentField".&lt;/P&gt;
&lt;P&gt;But I've recognized another one related the hyperlink:&lt;/P&gt;
&lt;P&gt;If I'm replacing&amp;nbsp;your&amp;nbsp;hyperlink by an internal Integrity-Link (http://...) the link is not included anymore.&lt;/P&gt;
&lt;P&gt;Should&amp;nbsp;your&amp;nbsp;example work with internal Integrity-Links&amp;nbsp;starting with http:// as well or do I have to change&lt;/P&gt;
&lt;P&gt;something to get it working ?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Stephan Klemm&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 16:11:55 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/487912#M5580</guid>
      <dc:creator>sklemm</dc:creator>
      <dc:date>2017-10-19T16:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adding hyperlinks to text field via im createissue in Windows command line interface</title>
      <link>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/487921#M5581</link>
      <description>&lt;P&gt;Hello &lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/195008"&gt;@sklemm&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Integrity item links, you would use this format:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;mks:///item?itemid=123&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;rather than:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://MyIntegrityServer.MyDomain.com:7001/viewissue?selection=123" target="_blank"&gt;http://MyIntegrityServer.MyDomain.com:7001/viewissue?selection=123&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Ignore what I mentioned above about "the &lt;STRONG&gt;itemid &lt;/STRONG&gt;&lt;U&gt;doesn't seem to require quotes&lt;/U&gt;".&amp;nbsp; It's wrong.&amp;nbsp; You quote the whole URL regardless of the protocol, and both are inside an anchor tag.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Kael&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 17:09:28 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/487921#M5581</guid>
      <dc:creator>KaelLizak</dc:creator>
      <dc:date>2017-10-19T17:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adding hyperlinks to text field via im createissue in Windows command line interface</title>
      <link>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/487988#M5582</link>
      <description>&lt;P&gt;Hello again,&lt;/P&gt;
&lt;P&gt;thanks for the tips. All those links are aiming to items in Integrity Workflow &amp;amp; Documents, the Lifecycle-Manager.&lt;/P&gt;
&lt;P&gt;Is there any possiblity to add Integrity Source Links&amp;nbsp;with&amp;nbsp;the option --richContentField as well ?&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Stephan Klemm&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2017 07:45:11 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/487988#M5582</guid>
      <dc:creator>sklemm</dc:creator>
      <dc:date>2017-10-20T07:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Adding hyperlinks to text field via im createissue in Windows command line interface</title>
      <link>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/488020#M5583</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;before sending more single questions I summarized remaining ones related to "im createissue" and option "--richContentField"&amp;nbsp;in this inquiry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Is there any further more detailed documentation additional to the CLI Reference Guide e.g. explaining&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a) How to insert linefeed, etc.?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b) Difference between “/p” and “p” (included in your example) ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c)&amp;nbsp;Goal stated in item 2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d) etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;How can I add further data to already existing data via option "--richContentField" ?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;For example line 1 and 2 in a field have content (First/Before) as stated below and I would like to add the&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;same or different data to line 3 and 4 (Second/After) without overwriting the data in line 1 and 2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;First/Before:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;This is rich text.&lt;/LI&gt;
&lt;LI&gt;PTC&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Second/After:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;This is rich text.&lt;/LI&gt;
&lt;LI&gt;PTC&lt;/LI&gt;
&lt;LI&gt;This is rich text.&lt;/LI&gt;
&lt;LI&gt;PTC&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Stephan Klemm&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2017 13:01:34 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/488020#M5583</guid>
      <dc:creator>sklemm</dc:creator>
      <dc:date>2017-10-20T13:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding hyperlinks to text field via im createissue in Windows command line interface -REMINDER-</title>
      <link>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/488224#M5587</link>
      <description>&lt;P&gt;&lt;FONT color="#0000ff"&gt;Hello again,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff"&gt;any comments or hints related my last&amp;nbsp;questions from end of last week, stated&amp;nbsp;below ?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff"&gt;BR&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff"&gt;Stephan Klemm&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;before sending more single questions I summarized remaining ones related to "im createissue" and option "--richContentField"&amp;nbsp;in this inquiry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Is there any further more detailed documentation additional to the CLI Reference Guide e.g. explaining&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a) How to insert linefeed, etc.?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b) Difference between “/p” and “p” (included in your example) ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c)&amp;nbsp;Goal stated in item 2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d) etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;How can I add further data to already existing data via option "--richContentField" ?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;For example line 1 and 2 in a field have content (First/Before) as stated below and I would like to add the&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;same or different data to line 3 and 4 (Second/After) without overwriting the data in line 1 and 2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;First/Before:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;This is rich text.&lt;/LI&gt;
&lt;LI&gt;PTC&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Second/After:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;This is rich text.&lt;/LI&gt;
&lt;LI&gt;PTC&lt;/LI&gt;
&lt;LI&gt;This is rich text.&lt;/LI&gt;
&lt;LI&gt;PTC&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Stephan Klemm&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 07:11:46 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/488224#M5587</guid>
      <dc:creator>sklemm</dc:creator>
      <dc:date>2017-10-24T07:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding hyperlinks to text field via im createissue in Windows command line interface</title>
      <link>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/488272#M5588</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/195008"&gt;@sklemm&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;sklemm wrote:&amp;nbsp;
&lt;OL&gt;
&lt;LI&gt;Is there any further more detailed documentation additional to the CLI Reference Guide e.g. explaining&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a) How to insert linefeed, etc.?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b) Difference between “/p” and “p” (included in your example) ?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The answer to both of these is the same: &lt;STRONG&gt;&amp;lt;p&amp;gt;&lt;/STRONG&gt; tags wrap a paragraph. You open the paragraph with a &lt;STRONG&gt;&amp;lt;p&amp;gt;&lt;/STRONG&gt;, and close it with a &lt;STRONG&gt;&amp;lt;/p&amp;gt;&lt;/STRONG&gt;. It's robust enough that when I missed the opening &lt;STRONG&gt;&amp;lt;p&amp;gt;&lt;/STRONG&gt; it assumed it. There will be a line break between paragraphs.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;sklemm wrote:&amp;nbsp;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c)&amp;nbsp;Goal stated in item 2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d) etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;How can I add further data to already existing data via option "--richContentField" ?&lt;/LI&gt;
&lt;/OL&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have to parse and fetch the field value. The command &lt;STRONG&gt;im viewissue --showrichcontent &amp;lt;itemID&amp;gt;&lt;/STRONG&gt; would dump the full content of that item, including the markup used for the rich text fields. You'd have to parse out the field you are looking for, and manipulate its content into the edit you are making.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#808000"&gt;&lt;STRONG&gt;Sidenote&lt;/STRONG&gt;:&amp;nbsp; You can also use this command to see how content is marked up after it has been created in the GUI, by creating an item with the formatting you'd like to see the markup for, and then using this command to view that item.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fortunately, looking into this some more, it doesn't look like you would have to escape things after all (at least, not on Windows 7. For instance, this worked for me from the cmd prompt:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;im createissue --type=KLTTest_Widget --richContentField="KLT1_Rich Text=&amp;lt;!-- MKS HTML --&amp;gt;&amp;lt;p&amp;gt;This is rich text.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;PTC&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;This is rich text.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;a href="&lt;A href="https://www.ptc.com&amp;quot;&amp;gt;PTC&amp;lt;/a&amp;gt;&amp;lt;/p" target="_blank"&gt;https://www.ptc.com"&amp;gt;PTC&amp;lt;/a&amp;gt;&amp;lt;/p&lt;/A&gt;&amp;gt;"&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The command line reference is available under the Help&amp;nbsp;Center here:&amp;nbsp; &lt;A href="http://support.ptc.com/cs/help/integrity_hc/integrity110_hc/" target="_self"&gt;http://support.ptc.com/cs/help/integrity_hc/integrity110_hc/&lt;/A&gt;&amp;nbsp; Drill down to &lt;STRONG&gt;CLI Reference&lt;/STRONG&gt;, then to &lt;STRONG&gt;Workflows and Documents Commands&lt;/STRONG&gt; to see the manual pages for each command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;BR /&gt;Kael&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 12:32:51 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/488272#M5588</guid>
      <dc:creator>KaelLizak</dc:creator>
      <dc:date>2017-10-24T12:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Adding hyperlinks to text field via im createissue in Windows command line interface</title>
      <link>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/489326#M5602</link>
      <description>&lt;P&gt;Hello &lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/195008"&gt;@sklemm&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's been a few days since I posted my last response to your query.&amp;nbsp; Did that help clarify things for you?&amp;nbsp; Do you feel you have a solid grasp of the situation at this point, or is there something you feel you are still not clear on?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the latter, please let us know so that we can provide some additional guidance.&lt;/P&gt;
&lt;P&gt;If the former, please mark the appropriate response as providing the correct answer for your query so that others looking for similar information have a better chance of finding it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;/P&gt;
&lt;P&gt;Kael&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2017 17:49:12 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/489326#M5602</guid>
      <dc:creator>KaelLizak</dc:creator>
      <dc:date>2017-11-01T17:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Adding hyperlinks to text field via im createissue in Windows command line interface</title>
      <link>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/627424#M7018</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;KaelLizak,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks for the post. The im command using --richContentField exactly worked as I wanted.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In fact I was dealing with the "Text" field which contains the "contents in the Table", and I wanted to append a link to the image at the end of the Table without any change in the existing contents in the Table.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The command you posted&amp;nbsp;im viewissue --showrichcontent &amp;lt;itemID&amp;gt; helped me lot to identify how the Tables are created in the Text field.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you again.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sreekanta&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 06:07:20 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/Adding-hyperlinks-to-text-field-via-im-createissue-in-Windows/m-p/627424#M7018</guid>
      <dc:creator>ptc-5659932</dc:creator>
      <dc:date>2019-09-19T06:07:20Z</dc:date>
    </item>
  </channel>
</rss>

