Add link to workitem in the COBOL Source?
How can I insert a link to a workitem in a COBOL Source?
I digged around in Info Center, Internet, jazz.net but I could not find a way to do it. I know the ooposite, I mean I know how to insert a link TO source IN the workitem, but seems like I can also do what I am looking for, because I saw a PPT presentation that shows a Cobol Source code with a link to work Item. Can you direct me?
I digged around in Info Center, Internet, jazz.net but I could not find a way to do it. I know the ooposite, I mean I know how to insert a link TO source IN the workitem, but seems like I can also do what I am looking for, because I saw a PPT presentation that shows a Cobol Source code with a link to work Item. Can you direct me?
2 answers
Actually the chart shows a link to WorkItem added in a JCL source, but I think it is the same for COBOL Sources.. On the Use Case motivation, is that it is common in the z/OS environment to put comments in the source with a line saying something like:
** Modified by xxxx.zzzz for blabla.. and we could add a link to the work item that did this modification ..
The chart that I mentioned is the following:
** Modified by xxxx.zzzz for blabla.. and we could add a link to the work item that did this modification ..
The chart that I mentioned is the following:
Comments
Arne Bister
JAZZ DEVELOPER Oct 04 '12, 3:04 p.m.Are you referring to the annotation of source code? I am not sure if this works for COBOL sources, but with e.g. Java and C sources when you open them in annotate mode (in Eclipse), there is a vertical bar next to the source code. The boxes in that bar correspond to change sets and their associated work items that last modified the line of source code next to it. When you hover over the box next to the source code line, you can hit F2 and click on the link to open the associated work item.
What use case are you trying to realize by inserting the link? What role will realize which value by having that link added in the source?